Formats the Record by concatenating Dimension Value path information and property values tagged on the record, using the DimensionValuePathFormatters and PropertyFormatter.

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 string Format(
	Record record
)
Visual Basic (Declaration)
Public Function Format ( _
	record As Record _
) As String
Visual C++
public:
String^ Format(
	Record^ record
)

Parameters

record
Type: Record
The Record to format.

Return Value

The formatted Record keyword string.

See Also