Creates a new instance of the RecordDetailsCommandFormatter class.

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

Syntax

C#
public RecordDetailsCommandFormatter(
	string recDetailsCommandId,
	RecordFormatter recordFormatter
)
Visual Basic (Declaration)
Public Sub New ( _
	recDetailsCommandId As String, _
	recordFormatter As RecordFormatter _
)
Visual C++
public:
RecordDetailsCommandFormatter(
	String^ recDetailsCommandId, 
	RecordFormatter^ recordFormatter
)

Parameters

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

See Also