| ProductUIHelperEnsureProductBreadcrumbs Method | 
            Creates product breadcrumbs.
            
 
Namespace: CMS.Ecommerce.Web.UIAssembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic static 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
See Also