| 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
)
Public Shared Function GetDropDownList (
fieldId As Integer
) As List(Of CustomFieldDropDown)
Parameters
- fieldId
- Type: SystemInt32
Custom field ID.
Return Value
Type:
ListCustomFieldDropDownThe current list.
Remarks See Also