Click or drag to resize
DocumentQueryProperties Constructor
Constructor

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public DocumentQueryProperties(
	bool isMultiQuery = false
)

Parameters

isMultiQuery (Optional)
Type: SystemBoolean
If true, the properties are created within the multi-query instance
See Also