Given a CommandInfoCollection of commands and a ResultResolver, format the AggregateRecordDetailsCommand.

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 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

Parameters

commands
Type: CommandInfoCollection
The CommandInfoCollection containing the command to format.
resultResolver
Type: Endeca.Web.Url.Seo.Indexing..::.ResultResolver
The ResultResolver containing query results.

Return Value

The formatted command string.

See Also