ContentTypeViewOrder Enumeration |
Specifies the sort direction of views in a content-type.
Namespace:
Packflow.Modeling
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public enum ContentTypeViewOrder
Members
| Member name | Value | Description |
---|
| Ascending | 0 |
Ascending.
|
| Descending | 1 |
Descending.
|
See Also