| CMSDeskPageEnsureDocumentBreadcrumbs Method | 
            Ensures current document breadcrumbs (non-clickable)
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
 Syntax
Syntaxprotected 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
See Also