[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SortOrder

SortOrder Enum

Specifies the order of sorting for the items in the tag cloud.

Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public enum SortOrder
Public Enum SortOrder

Fields

Name Description
DisplayTextAscending

Sorts the items in the tag cloud by displaying text alphabetically in ascending order

DisplayTextDescending

Sorts the items in the tag cloud by displaying text alphabetically in descending order

TextAscending

Sorts the items in the tag cloud alphabetically in ascending order

TextDescending

Sorts the items in the tag cloud alphabetically in descending order

WeightAscending

Sorts the items in the tag cloud by weight with the lowest weight first

WeightDescending

Sorts the items in the tag cloud by weight with the highest weight first