CMSDeskPage.EnsureDocumentBreadcrumbs Method |
Ensures current document breadcrumbs (non-clickable)
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax protected void EnsureDocumentBreadcrumbs(
Breadcrumbs breadcrumbs,
TreeNode node = null,
string action = null
)
Parameters
- breadcrumbs
- Type: CMS.UIControls.Breadcrumbs
Breadcrumbs control - node (Optional)
- Type: CMS.DocumentEngine.TreeNode
Current document. If not provided, action text is used instead. - action (Optional)
- Type: System.String
Name of the action
See Also