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(
	RecordFormatter aggRecordFormatter
)
Visual Basic (Declaration)
Public Sub New ( _
	aggRecordFormatter As RecordFormatter _
)
Visual C++
public:
AggregateRecordDetailsCommandFormatter(
	RecordFormatter^ aggRecordFormatter
)

Parameters

aggRecordFormatter
Type: Endeca.Web.Url.Seo.Formatting..::.RecordFormatter
The RecordFormatter to apply.

See Also