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: 8.2.23
Syntax
C#
protected override void ApplyProperties(
	TInnerQuery query
)

Parameters

query
Type: TInnerQuery
Query to prepare
See Also