Click or drag to resize
IncludeCoupledDataEnum Enumeration
Indicates how coupled data columns are included in the multiple documents query.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
public enum IncludeCoupledDataEnum
Members
  Member nameValueDescription
Complete0 Coupled data columns are included in the result as well as in the inner queries to be able to use them as part of the where conditions.
InnerQueryOnly1 Coupled data columns are included only in the inner queries to be able to use them as part of the where conditions.
None2 Coupled data columns are not included in the query at all.
See Also