Click or drag to resize

DocumentSchemaManagerGetDropDownMenuItemsByNames Method

Returns collection of choices specified for particular field and given names

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<DropdownFieldChoice> GetDropDownMenuItemsByNames(
	int documentSchemaFieldDefinitionId,
	string[] names
)

Parameters

documentSchemaFieldDefinitionId
Type: SystemInt32
names
Type: SystemString

Return Value

Type: ListDropdownFieldChoice
See Also