Joins the string output of the applied IStringFormatters on portions of the DimensionValuePath using the Separator

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#
protected virtual string JoinFormattedValues(
	List<string> formattedValues
)
Visual Basic (Declaration)
Protected Overridable Function JoinFormattedValues ( _
	formattedValues As List(Of String) _
) As String
Visual C++
protected:
virtual String^ JoinFormattedValues(
	List<String^>^ formattedValues
)

Parameters

formattedValues
Type: System.Collections.Generic..::.List<(Of <(String>)>)
The output of any IStringFormatters applied to the DimensionValues from the DimensionValuePath

Return Value

The output values of any IStringFormatters applied to the DimensionValues from the DimensionValuePath joined by Separator

See Also