| DocumentUIHelperEnsureDocumentBreadcrumbs Method | 
            Ensures current document breadcrumbs (non-clickable)
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
 Syntax
Syntaxpublic static void EnsureDocumentBreadcrumbs(
	Breadcrumbs breadcrumbs,
	TreeNode node,
	string action,
	string rootUrl,
	string typeCodeName = null
)
Parameters
- breadcrumbs
- Type: CMS.UIControlsBreadcrumbs
 Breadcrumbs control
- node
- Type: CMS.DocumentEngineTreeNode
 Current document. If not provided, action text is used instead.
- action
- Type: SystemString
 Name of the action
- rootUrl
- Type: SystemString
 Root URL
- typeCodeName (Optional)
- Type: SystemString
 Object type
 See Also
See Also