Click or drag to resize

ContentTypeViewOrderType Enumeration

Describes how the views of a content-type are sorted.

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 ContentTypeViewOrderType
Members
  Member nameValueDescription
Creation0 The order of creation (by id).
Name1 Alphabetically.
OrderNo2 By the value of their OrderNo property.
See Also