| AggregationType Enumeration |
Namespace: CMS.DataEngine
public enum AggregationType
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No aggregation | |
| Count | 1 | Number of the items | |
| Sum | 2 | Sum of the items | |
| Max | 3 | Maximum value | |
| Min | 4 | Minimum value | |
| Average | 5 | Average value |
Copyright (c) 2023 Kentico Software