DocumentSchemaManagerGetDropDownMenuItemsByIDs Method

Returns collection of choices specified for particular field and given ids

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Returns collection of choices specified for particular field and given ids")]
public List<DropdownFieldChoice> GetDropDownMenuItemsByIDs(
	int documentSchemaFieldDefinitionId,
	int[] ids
)

Parameters

documentSchemaFieldDefinitionId  Int32
ids  Int32

Return Value

ListDropdownFieldChoice

See Also