Click or drag to resize

CustomFieldDropDownGetDropDownListActive Method

Gets the drop down list active.

Namespace:  Dynamicweb.News.Common
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public static List<CustomFieldDropDown> GetDropDownListActive(
	string systemName,
	string context
)

Parameters

systemName
Type: SystemString
Name of the system.
context
Type: SystemString
The context.

Return Value

Type: ListCustomFieldDropDown
ListT
See Also