DocumentSchemaManagerGetDropDownMenuItemsPaged Method
            Returns collection of choices specified for particular field with paging and filtering
            
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[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
)
- documentSchemaFieldDefinitionId  Int32
 - filterValue  String
 - offset  Int32
 - pageSize  Int32
 - endOfItems  Boolean
 
ListDropdownFieldChoice