Name of the command that indicates that a search breadcrumb should be removed.

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public static readonly string RemoveSearchCommand
Visual Basic (Declaration)
Public Shared ReadOnly RemoveSearchCommand As String
Visual C++
public:
static initonly String^ RemoveSearchCommand

Remarks

To remove a search breadcrumb, set the CommandName of a button in the SearchBreadcrumbTemplate to this value.

See Also