Enumerates the methods by which DimensionValues can be compared in order to sort them.

Namespace:  Endeca.Web.Url.Seo.Canonicalizers
Assembly:  Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public enum CanonicalIdentity
Visual Basic (Declaration)
Public Enumeration CanonicalIdentity
Visual C++
public enum class CanonicalIdentity

Members

Member nameDescription
DimensionName
Considers Dimension.Name only to be the identity of a DimensionValueDimensionValue
DimensionNameCaseInsensitive
Considers case-insensitive Dimension.Name only to be the identity of a DimensionValueDimensionValue.
DimensionId
Considers Dimension.Id only to be the identity of a DimensionValueDimensionValue
DimensionValueName
Considers DimensionValue.Name only to be the identity of a DimensionValue
DimensionValueNameCaseInsensitive
Considers case-insensitive DimensionValue.Name only to be the identity of a DimensionValueDimensionValue
DimensionValueId
Considers DimensionValue.Id only to be the identity of a DimensionValue

See Also