A method to format a command that asserts the parameters. This method will call the FormatCommand method.

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#
public string Format(
	CommandInfoCollection commands,
	ResultResolver resultResolver
)
Visual Basic (Declaration)
Public Function Format ( _
	commands As CommandInfoCollection, _
	resultResolver As ResultResolver _
) As String
Visual C++
public:
virtual String^ Format(
	CommandInfoCollection^ commands, 
	ResultResolver^ resultResolver
) sealed

Parameters

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

Return Value

Formatted command.

Implements

ICommandFormatter..::.Format(CommandInfoCollection, ResultResolver)

See Also