Creates a new instance of the AggregateRecordDetailsCommandFormatter class.

Namespace:  Endeca.Web.Url.Seo.Formatting
Assembly:  Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.1.0 (2.1.1.0)

Syntax

C#
public AggregateRecordDetailsCommandFormatter(
	string aggRecDetailsCommandId,
	RecordFormatter aggRecordFormatter
)
Visual Basic (Declaration)
Public Sub New ( _
	aggRecDetailsCommandId As String, _
	aggRecordFormatter As RecordFormatter _
)
Visual C++
public:
AggregateRecordDetailsCommandFormatter(
	String^ aggRecDetailsCommandId, 
	RecordFormatter^ aggRecordFormatter
)

Parameters

aggRecDetailsCommandId
Type: System..::.String
The command identifier for the AggregateRecordDetailsCommand. If specified as null, then the first AggregateRecordDetailsCommand contained within the CommandInfoCollection will be formatted.
aggRecordFormatter
Type: Endeca.Web.Url.Seo.Formatting..::.RecordFormatter
The RecordFormatter to apply.

See Also