 | CustomFieldDropDown.GetDropDownListActive Method |
Gets the drop down list active.
Namespace:
Dynamicweb.News.Common
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntaxpublic static List<CustomFieldDropDown> GetDropDownListActive(
string systemName,
string context
)
Public Shared Function GetDropDownListActive (
systemName As String,
context As String
) As List(Of CustomFieldDropDown)
Parameters
- systemName
- Type: System.String
Name of the system. - context
- Type: System.String
The context.
Return Value
Type:
List<CustomFieldDropDown>List<T>
See Also