Click or drag to resize
AggregationType Enumeration
Constants for aggregation types

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public enum AggregationType
Members
  Member nameValueDescription
None0 No aggregation
Count1 Number of the items
Sum2 Sum of the items
Max3 Maximum value
Min4 Minimum value
Average5 Average value
See Also