DocumentQueryBase TQuery, TObject  GetCompleteSettings Method Kentico 8.1 API Reference
Gets the complete parameters for the query execution. The parameters are always a new instance of DataQuerySettings which can be further modified without any impact to the query itself.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

executingQuery (Optional)
Type: CMS.DataEngine IDataQuery
Executing query for which the parameters are retrieved

Return Value

Type: DataQuerySettings
See Also