Gets or sets a boolean value that indicates whether to show breadcrumb.

Namespace:  Asi.iBO.ContentManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public bool ShowBreadCrumb { get; set; }
Visual Basic (Declaration)
Public Property ShowBreadCrumb As Boolean
Visual C++
public:
property bool ShowBreadCrumb {
	bool get ();
	void set (bool value);
}

See Also