Formats a DimensionValuePath by applying IStringFormatters. The RootFormatter is used for the dimension root, and the PathFormatter is applied to the ancestor and selected dimension values.

Namespace:  Endeca.Web.Url.Seo.Formatting
Assembly:  Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.1.0 (2.1.1.0)

Syntax

C#
public class DimensionValuePathFormatter : IDimensionValuePathFormatter
Visual Basic (Declaration)
Public Class DimensionValuePathFormatter _
	Implements IDimensionValuePathFormatter
Visual C++
public ref class DimensionValuePathFormatter : IDimensionValuePathFormatter

Inheritance Hierarchy

System..::.Object
  Endeca.Web.Url.Seo.Formatting..::.DimensionValuePathFormatter

See Also