The ICommandFormatter to use for creating the formatted keyword string for AggregateRecordDetailsCommand. This formatter is used to render directory-style (path-encoded) keywords for aggregate record detail pages.

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

Syntax

C#
public ICommandFormatter AggregateRecordDetailsCommandFormatter { get; set; }
Visual Basic (Declaration)
Public Property AggregateRecordDetailsCommandFormatter As ICommandFormatter
Visual C++
public:
property ICommandFormatter^ AggregateRecordDetailsCommandFormatter {
	ICommandFormatter^ get ();
	void set (ICommandFormatter^ value);
}

See Also