| IDropDownOptionActionsGetSectionsToHide Method |
Namespace:
Dynamicweb.Extensibility.Editors
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax List<string> GetSectionsToHide(
string dropdownName,
string optionKey
)
Function GetSectionsToHide (
dropdownName As String,
optionKey As String
) As List(Of String)
Parameters
- dropdownName
- Type: SystemString
- optionKey
- Type: SystemString
Return Value
Type:
ListStringSee Also