Attempts to find the Record 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 Record ResolveRecord(
	string id
)
Visual Basic (Declaration)
Public Function ResolveRecord ( _
	id As String _
) As Record
Visual C++
public:
Record^ ResolveRecord(
	String^ id
)

Parameters

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

Return Value

The Record with the ID id.

See Also