Click or drag to resize

DocumentSchemaManagerGetDropDownMenuItemsByIDs Method

Returns collection of choices specified for particular field and given ids

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

Parameters

documentSchemaFieldDefinitionId
Type: SystemInt32
ids
Type: SystemInt32

Return Value

Type: ListDropdownFieldChoice
See Also