Click or drag to resize
DocumentQueryPropertiesApplyToSettings Method
Applies these properties to the given data query settings

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public void ApplyToSettings(
	DataQuerySettings settings
)

Parameters

settings
Type: CMS.DataEngineDataQuerySettings
Query settings
See Also