Click or drag to resize

CustomFieldDropDown.GetDropDownList 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: System.Int32
Custom field ID.

Return Value

Type: List<CustomFieldDropDown>
The current list.
Remarks