Click or drag to resize
QueryInfoProviderGetQueryType Method
Gets the query type based on the given type ID

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static QueryTypeEnum GetQueryType(
	int queryTypeId
)

Parameters

queryTypeId
Type: SystemInt32
Query type ID

Return Value

Type: QueryTypeEnum
See Also