MultiDocumentQueryBaseTQuery, TInnerQuery, TObjectApplyProperties Method |
Applies main query properties to the given query to ensure synchronized state before execution
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax protected override void ApplyProperties(
TInnerQuery query
)
Parameters
- query
- Type: TInnerQuery
Query to prepare
See Also