Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SortOrder Enumeration
Example Example


In This Topic
    SortOrder Enumeration
    In This Topic
    Specifies the order of sorting for the items in the tag cloud.
    Syntax
    'Declaration
     
    
    Public Enum SortOrder 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SortOrder
    public enum SortOrder : System.Enum 
    Members
    MemberDescription
    DisplayTextAscendingSorts the items in the tag cloud by displaying text alphabetically in ascending order
    DisplayTextDescendingSorts the items in the tag cloud by displaying text alphabetically in descending order
    TextAscendingSorts the items in the tag cloud alphabetically in ascending order
    TextDescendingSorts the items in the tag cloud alphabetically in descending order
    WeightAscendingSorts the items in the tag cloud by weight with the lowest weight first
    WeightDescendingSorts the items in the tag cloud by weight with the highest weight first
    Example
    This example uses the SortOrder enumeration.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Web.Spread.SortOrder

    See Also