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