Click or drag to resize
CMSDeskPageEnsureDocumentBreadcrumbs Method
Ensures current document breadcrumbs (non-clickable)

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
protected void EnsureDocumentBreadcrumbs(
	Breadcrumbs breadcrumbs,
	TreeNode node = null,
	string action = null
)

Parameters

breadcrumbs
Type: CMS.UIControlsBreadcrumbs
Breadcrumbs control
node (Optional)
Type: CMS.DocumentEngineTreeNode
Current document. If not provided, action text is used instead.
action (Optional)
Type: SystemString
Name of the action
See Also