Gets or sets the character that will be used to join the output of the RootFormatter and PathFormatter, as well as individual values output by the PathFormatter. For example if all formatters are set and a dimension is a hierarchy the output might be [Wine Type]Separator[Red]Separator[Merlot]. The default value is '-'.

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

See Also