# FarPoint.Web.Spread.SortOrder

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Web_Spread_SortOrder" data-uid="FarPoint.Web.Spread.SortOrder" class="text-break">SortOrder Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the order of sorting for the items in the tag cloud.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_SortOrder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SortOrder</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SortOrder</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="FarPoint_Web_Spread_SortOrder_DisplayTextAscending">DisplayTextAscending</td>
        <td><p>Sorts the items in the tag cloud by displaying text alphabetically in ascending order</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_SortOrder_DisplayTextDescending">DisplayTextDescending</td>
        <td><p>Sorts the items in the tag cloud by displaying text alphabetically in descending order</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_SortOrder_TextAscending">TextAscending</td>
        <td><p>Sorts the items in the tag cloud alphabetically in ascending order</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_SortOrder_TextDescending">TextDescending</td>
        <td><p>Sorts the items in the tag cloud alphabetically in descending order</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_SortOrder_WeightAscending">WeightAscending</td>
        <td><p>Sorts the items in the tag cloud by weight with the lowest weight first</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_SortOrder_WeightDescending">WeightDescending</td>
        <td><p>Sorts the items in the tag cloud by weight with the highest weight first</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
