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

Parameters

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

See Also