Click or drag to resize

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
Syntax
C#
public List<DropdownFieldChoice> GetDropDownMenuItems(
	int documentSchemaFieldDefinitionId
)

Parameters

documentSchemaFieldDefinitionId
Type: SystemInt32

Return Value

Type: ListDropdownFieldChoice
See Also