DocumentSchemaManagerGetDropDownMenuItemsPaged Method

Returns collection of choices specified for particular field with paging and filtering

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 with paging and filtering")]
public List<DropdownFieldChoice> GetDropDownMenuItemsPaged(
	int documentSchemaFieldDefinitionId,
	string filterValue,
	int offset,
	int pageSize,
	ref bool endOfItems
)

Parameters

documentSchemaFieldDefinitionId  Int32
filterValue  String
offset  Int32
pageSize  Int32
endOfItems  Boolean

Return Value

ListDropdownFieldChoice

See Also