Click or drag to resize
DocumentUIHelper.EnsureDocumentBreadcrumbs Method
Ensures current document breadcrumbs (non-clickable)

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 11.0.0
Syntax
C#
public static void EnsureDocumentBreadcrumbs(
	Breadcrumbs breadcrumbs,
	TreeNode node,
	string action,
	string rootUrl,
	string typeCodeName = null
)

Parameters

breadcrumbs
Type: CMS.UIControls.Breadcrumbs
Breadcrumbs control
node
Type: CMS.DocumentEngine.TreeNode
Current document. If not provided, action text is used instead.
action
Type: System.String
Name of the action
rootUrl
Type: System.String
Root URL
typeCodeName (Optional)
Type: System.String
Object type
See Also