Click or drag to resize
DocumentQueryPropertiesApplyProperties Method
Applies properties to the given target instance. Does not apply properties which are already explicitly set in the target instance, and which values cannot be combined from both instances.

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

Parameters

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