Click or drag to resize

CustomFieldDropDownGetDropDownList Method (Int32)

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(
	int fieldId
)

Parameters

fieldId
Type: SystemInt32
Custom field ID.

Return Value

Type: ListCustomFieldDropDown
The current list.
Remarks