DocumentSchemaManagerGetDropDownMenuItemsPagedV2 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> GetDropDownMenuItemsPagedV2(
int documentSchemaFieldDefinitionId,
string filterValue,
int offset,
int pageSize,
bool showInactiveItems,
ref bool endOfItems
)
- documentSchemaFieldDefinitionId Int32
- filterValue String
- offset Int32
- pageSize Int32
- showInactiveItems Boolean
- endOfItems Boolean
ListDropdownFieldChoice