Attempts to find the AggregateRecord whose ID is specified by id by looking at the results from the CommandInfos associated with the ResultResolver instance.

Namespace:  Endeca.Web.Url.Seo.Indexing
Assembly:  Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public AggregateRecord ResolveAggregateRecord(
	string id
)
Visual Basic (Declaration)
Public Function ResolveAggregateRecord ( _
	id As String _
) As AggregateRecord
Visual C++
public:
AggregateRecord^ ResolveAggregateRecord(
	String^ id
)

Parameters

id
Type: System..::.String
The ID of the AggregateRecord to resolve.

Return Value

The AggregateRecord with the ID id.

See Also