Click or drag to resize
DocumentQueryPropertiesApplyProperties Method
Applies properties to given instance.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public void ApplyProperties(
	DocumentQueryProperties p
)

Parameters

p
Type: CMS.DocumentEngineDocumentQueryProperties
Properties to copy the settings to
See Also