Click or drag to resize

DocumentSchemaManagerGetDropDownMenuItemsPaged Method

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

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<DropdownFieldChoice> GetDropDownMenuItemsPaged(
	int documentSchemaFieldDefinitionId,
	string startsWith,
	int offset,
	int pageSize,
	ref bool endOfItems
)

Parameters

documentSchemaFieldDefinitionId
Type: SystemInt32
startsWith
Type: SystemString
offset
Type: SystemInt32
pageSize
Type: SystemInt32
endOfItems
Type: SystemBoolean

Return Value

Type: ListDropdownFieldChoice
See Also