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
) |
See Also