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.3.0 (2.1.3.622)

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

Parameters

commands
Type: CommandInfoCollection
Commands to format.
resultResolver
Type: Endeca.Web.Url.Seo.Indexing..::.ResultResolver
Result resolver.

Return Value

Formatted command.

See Also