DropDownMenuGridSqlGeneratorGetCommonInactiveDropDownFieldChoicesQuery Method

Definition

Namespace: FileHold.LibraryManager.Grid
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.2.0.0
C#
public static string GetCommonInactiveDropDownFieldChoicesQuery(
	int documentSchemaFieldDefinitionId,
	int[] metadataVersionIds,
	bool appendOrderByClause
)

Parameters

documentSchemaFieldDefinitionId  Int32
 
metadataVersionIds  Int32
 
appendOrderByClause  Boolean
 

Return Value

String

See Also