Click or drag to resize

PFContentTypeViewOrderType Enumeration

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

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum PFContentTypeViewOrderType
Members
  Member nameValueDescription
Creation0 The order of creation (by id).
Name1 Alphabetically.
OrderNo2 By the value of their OrderNo property.
See Also