Click or drag to resize
MultiDocumentQueryBaseTQuery, TInnerQuery, TObjectCopyPropertiesTo Method
Copies the properties to the target query.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public override void CopyPropertiesTo(
	IQueryObject target
)

Parameters

target
Type: CMS.DataEngineIQueryObject
Target query
See Also