Click or drag to resize

CustomFieldDropDownGetDropDownList Method (String, String)

Gets CustomFieldDropDown list for the current custom field.

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

Parameters

systemName
Type: SystemString
The current field system name.
context
Type: SystemString
The current module name.

Return Value

Type: ListCustomFieldDropDown
The current list.
Remarks