Gets or sets the IStringFormatter to be applied to DimensionValuePath.First. If the value is null, this portion of the DimensionValuePath will not be present in the output string.

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 IStringFormatter RootFormatter { get; set; }
Visual Basic (Declaration)
Public Property RootFormatter As IStringFormatter
Visual C++
public:
property IStringFormatter^ RootFormatter {
	IStringFormatter^ get ();
	void set (IStringFormatter^ value);
}

See Also