Enumerates the methods by which DimensionValues can be compared in order
to sort them.
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 enum CanonicalIdentity |
| Visual Basic (Declaration) |
|---|
Public Enumeration CanonicalIdentity |
| Visual C++ |
|---|
public enum class CanonicalIdentity |
Members
| Member name | Description | |
|---|---|---|
| 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 |