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.1.0 (2.1.1.0)
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
) |
Return Value
The
AggregateRecord with the ID
id.
See Also