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

If false, "Sauvignon-Blanc" would be omitted:

CopyC#
http://wines.endeca.com/browse/New-Zealand/Wine-Type-White/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 AppendDimensionValue { get; set; }
Visual Basic (Declaration)
Public Property AppendDimensionValue As Boolean
Visual C++
public:
property bool AppendDimensionValue {
	bool get ();
	void set (bool value);
}

See Also