Creates an indexed aggregate record using the result.

Namespace:  Endeca.Web.Url.Indexing
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public IndexedAggregateRecord(
	AggregateRecord result
)
Visual Basic (Declaration)
Public Sub New ( _
	result As AggregateRecord _
)
Visual C++
public:
IndexedAggregateRecord(
	AggregateRecord^ result
)

Parameters

result
Type: Endeca.Data..::.AggregateRecord

See Also