AVEVA OMI Software Developer Kit



ArchestrA.Client.Navigation Namespace : SortOrder Enumeration
SortOrder Enumeration
This option controls how the items are sorted while displaying in the control.
Syntax
'Declaration
 
Public Enum SortOrder 
   Inherits System.Enum
'Usage
 
Dim instance As SortOrder
public enum SortOrder : System.Enum 
public enum class SortOrder : public System.Enum 
Members
MemberDescription
Alphabetical This sorts content based on name in alphabetical order.
None This is the default option. It fills the control based on the order in which it finds the content. This is similar to depth-first search
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArchestrA.Client.Navigation.SortOrder

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also