Click or drag to resize

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
C#
public enum ContentTypeViewOrder
Members
  Member nameValueDescription
Ascending0 Ascending.
Descending1 Descending.
See Also