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