Click or drag to resize

PFContentTypeViewOrder Enumeration

Specifies the sort direction of views in a content-type.

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 PFContentTypeViewOrder
Members
  Member nameValueDescription
Ascending0 Ascending.
Descending1 Descending.
See Also