Click or drag to resize
CMSProductsPageEnsureProductBreadcrumbs Method
Creates product breadcrumbs.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected void EnsureProductBreadcrumbs(
	Breadcrumbs breadcrumbs,
	string productText,
	bool isSection = false,
	bool targetParent = true,
	bool displaySuffix = true
)

Parameters

breadcrumbs
Type: CMS.UIControlsBreadcrumbs
Breadcrumbs control.
productText
Type: SystemString
New object text which is displayed in breadcrumbs.
isSection (Optional)
Type: SystemBoolean
Object is section.
targetParent (Optional)
Type: SystemBoolean
Add Target _parent to parent breadcrumb
displaySuffix (Optional)
Type: SystemBoolean
Display breadcrumbs suffix.
See Also