Click or drag to resize
MultiDocumentQueryBaseTQuery, TInnerQuery, TObjectApplyProperties Method
Applies main query properties to the given query to ensure synchronized state before execution

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
protected override void ApplyProperties(
	IDataQuery query,
	bool multiQuery = false
)

Parameters

query
Type: CMS.DataEngineIDataQuery
Query to prepare
multiQuery (Optional)
Type: SystemBoolean
If true, the query is an inner query within multi-query
See Also