Given a CommandInfoCollection of commands and a ResultResolver,
            format a command in the CommandInfoCollection.
            
    Namespace: 
   Endeca.Web.Url.Seo.FormattingAssembly: Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.1.0 (2.1.1.0)
Syntax
| C# | 
|---|
string Format( CommandInfoCollection commands, ResultResolver resultResolver )  | 
| Visual Basic (Declaration) | 
|---|
Function Format ( _ commands As CommandInfoCollection, _ resultResolver As ResultResolver _ ) As String  | 
| Visual C++ | 
|---|
String^ Format( CommandInfoCollection^ commands, ResultResolver^ resultResolver )  | 
Parameters
- commands
 - Type: CommandInfoCollection
The CommandInfoCollection containing the command to format. 
- resultResolver
 - Type: Endeca.Web.Url.Seo.Indexing..::.ResultResolver
The ResultResolver containing query results.