Gets the mapping of keys to IDimensionValuePathFormatters. These are the formatters that will be applied to indvidual DimensionValuePaths when Format(CommandInfoCollection, ResultResolver, IDimensionValueCollectionCanonicalizer) is called. The key should be either root Dimension name, or root Dimension id, depending on whether the UseDimensionNameAsKey property has been set. This formatter would apply to all selected dimension values within the specified dimension.

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

Syntax

C#
public Dictionary<string, IDimensionValuePathFormatter> DimensionValuePathFormatters { get; set; }
Visual Basic (Declaration)
Public Property DimensionValuePathFormatters As Dictionary(Of String, IDimensionValuePathFormatter)
Visual C++
public:
property Dictionary<String^, IDimensionValuePathFormatter^>^ DimensionValuePathFormatters {
	Dictionary<String^, IDimensionValuePathFormatter^>^ get ();
	void set (Dictionary<String^, IDimensionValuePathFormatter^>^ value);
}

See Also