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.FormattingAssembly: Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.1.0 (2.1.1.0)
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.