Click or drag to resize
MultiDocumentQueryBaseTQuery, TInnerQuery, TObjectEnsureQuery Method
Ensures the query with the given type

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
protected override TInnerQuery EnsureQuery(
	string type
)

Parameters

type
Type: SystemString
Query type

Return Value

Type: TInnerQuery
See Also