Given a CommandInfoCollection of commands, a ResultResolver, and an IDimensionValueCollectionCanonicalizer format a command in the CommandInfoCollection.

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

Parameters

commands
Type: CommandInfoCollection
The CommandInfoCollection containing the command to format.
resultResolver
Type: Endeca.Web.Url.Seo.Indexing..::.ResultResolver
The ResultResolver containing query results.
canonicalizer
Type: Endeca.Web.Url.Seo.Canonicalizers..::.IDimensionValueCollectionCanonicalizer
The IDimensionValueCollectionCanonicalizer to use when formatting the string.

Return Value

The formatted command string.

See Also