Specifies whether or not to append root dimension values to the URL.

If "true" for "Wine Type" dimension, the following URL would be ouput, for example:

CopyC#
http://wines.endeca.com/browse/New-Zealand/Wine-Type-White-Sauvignon-Blanc/Cloudy-Bay/_/N-1z141hbZ66sZ1z1413q
Here "Wine-Type" is the dimension value in the "Wine Type" dimension.

If "false", the root "Wine Type" would be omitted from the URL string:

CopyC#
http://wines.endeca.com/browse/New-Zealand/White-Sauvignon-Blanc/Cloudy-Bay/_/N-1z141hbZ66sZ1z1413q

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

See Also