DropDownMenuGridSqlGenerator Constructor

Initializes a new instance of the DropDownMenuGridSqlGenerator class

Definition

Namespace: FileHold.LibraryManager.Grid
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public DropDownMenuGridSqlGenerator(
	int fieldId,
	int[] metadataVersionIds,
	bool showAllInactiveItems,
	GridReadActionData readRequest
)

Parameters

fieldId  Int32
 
metadataVersionIds  Int32
 
showAllInactiveItems  Boolean
 
readRequest  GridReadActionData
 

See Also