Gets or sets whether Canonicalize(IEnumerable<(Of <(DimensionValue>)>)) should sort in Ascending()()()
or Descending()()() order based upon the Identifier
Namespace:
Endeca.Web.Url.Seo.CanonicalizersAssembly: Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.1.0 (2.1.1.0)
Syntax
| C# |
|---|
public SortDirection Direction { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Direction As SortDirection |
| Visual C++ |
|---|
public: property SortDirection Direction { SortDirection get (); void set (SortDirection value); } |