DocumentSchemaManagerGetDropDownMenuItems Method |
Returns collection of choices specified for particular field
Namespace:
FileHold.LibraryManager
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntaxpublic List<DropdownFieldChoice> GetDropDownMenuItems(
int documentSchemaFieldDefinitionId
)
Parameters
- documentSchemaFieldDefinitionId
- Type: SystemInt32
Return Value
Type:
ListDropdownFieldChoice
See Also