Formats the
NavigationCommand contained within the
CommandInfoCollection.
This method returns a string representing the current selected dimension values in the
NavigationCommand using the
IDimensionValuePathFormatters
DimensionValuePathFormatters.
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 override string FormatCommand(
CommandInfoCollection commands,
ResultResolver resultResolver
) |
| Visual Basic (Declaration) |
|---|
Protected Overrides Function FormatCommand ( _
commands As CommandInfoCollection, _
resultResolver As ResultResolver _
) As String |
| Visual C++ |
|---|
protected:
virtual String^ FormatCommand(
CommandInfoCollection^ commands,
ResultResolver^ resultResolver
) override |
Return Value
The formatted string based on the selected
dimension values on the
NavigationCommand. The first character of the
formatted string is the '/'. If there are no
SelectedDimensionValueIds()()(),
returns empty string.
See Also