Specifies whether or not to append ancestor 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 "White" is the ancestor dimension value in the "Wine Type" dimension.

If false, "White" would be omitted:

CopyC#
http://wines.endeca.com/browse/New-Zealand/Wine-Type-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.3.0 (2.1.3.622)

Syntax

C#
public bool AppendAncestors { get; set; }
Visual Basic (Declaration)
Public Property AppendAncestors As Boolean
Visual C++
public:
property bool AppendAncestors {
	bool get ();
	void set (bool value);
}

See Also