Returns the value of calling SelectAggregateRecord(String, NavigationDataSource, Object, Action<(Of <(NameValueCollection>)>)), passing null for the action delegate.

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

Syntax

C#
public string SelectAggregateRecord(
	string commandID,
	NavigationDataSource navigationDS,
	Object oAggregateRecord
)
Visual Basic (Declaration)
Public Function SelectAggregateRecord ( _
	commandID As String, _
	navigationDS As NavigationDataSource, _
	oAggregateRecord As Object _
) As String
Visual C++
public:
String^ SelectAggregateRecord(
	String^ commandID, 
	NavigationDataSource^ navigationDS, 
	Object^ oAggregateRecord
)

Parameters

commandID
Type: System..::.String
ID of the AggregateRecordDetailsCommand or AggregateRecordDetailsDataSource to copy.
navigationDS
Type: Endeca.Web.UI..::.NavigationDataSource
The NavigationDataSource which provides aggregation information necessary for the AggregateRecordDetailsCommand. This value may not be null. If you set aggregation information and navigation information on the AggregateRecordDetailsDataSource directly, you may call another overload of this method that does not require this parameter.
oAggregateRecord
Type: System..::.Object
AggregateRecord which provides the identifier to use in the AggregateRecordDetailsCommand

See Also