DocumentSchemaManagerGetFilteredDropDownMenuItems Method

Returns collection of choices specified for particular field with paging, sorting and filtering. The field must be a DB lookup drop-down menu field.

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, sorting and filtering")]
public FilteredGridResult<DropdownFieldChoice> GetFilteredDropDownMenuItems(
	int fieldId,
	int[] metadataVersionIds,
	bool showAllInactiveItems,
	GridReadActionData request
)

Parameters

fieldId  Int32
metadataVersionIds  Int32
showAllInactiveItems  Boolean
request  GridReadActionData

Return Value

FilteredGridResultDropdownFieldChoice

See Also