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