Returns the value of calling SelectAggregateRecord(String, String, 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,
	string navigationCommandId,
	Object oAggregateRecord
)
Visual Basic (Declaration)
Public Function SelectAggregateRecord ( _
	commandID As String, _
	navigationCommandId As String, _
	oAggregateRecord As Object _
) As String
Visual C++
public:
String^ SelectAggregateRecord(
	String^ commandID, 
	String^ navigationCommandId, 
	Object^ oAggregateRecord
)

Parameters

commandID
Type: System..::.String
ID of the AggregateRecordDetailsCommand or AggregateRecordDetailsDataSource to copy.
navigationCommandId
Type: System..::.String
ID of the NavigationCommand or 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