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