Subclasses should implement this method to format a command
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 abstract string FormatCommand(
CommandInfoCollection commands,
ResultResolver resultResolver
) |
| Visual Basic (Declaration) |
|---|
Protected MustOverride Function FormatCommand ( _
commands As CommandInfoCollection, _
resultResolver As ResultResolver _
) As String |
| Visual C++ |
|---|
protected:
virtual String^ FormatCommand(
CommandInfoCollection^ commands,
ResultResolver^ resultResolver
) abstract |
Return Value
Formatted command.
See Also