PFActivityLogAggregationType Enumeration |
Enumeration of the possible aggregation grouping combinations available in PFActivityLog.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntaxpublic enum AggregationType
Members
| Member name | Value | Description |
---|
| ApplicationAndContext | 10 |
Grouped by application and context
|
| ApplicationAndContentType | 20 |
Grouped by application and content type
|
| ApplicationAndUser | 30 |
Grouped by application and user
|
See Also