Click or drag to resize
CMSPageSetBreadcrumb Method
Sets the particular Breadcrumb data

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public void SetBreadcrumb(
	int index,
	string text,
	string targetUrl,
	string targetFrame,
	string javascript
)

Parameters

index
Type: SystemInt32
Index of the Breadcrumb
text
Type: SystemString
Text of the tab
targetUrl
Type: SystemString
Target URL
targetFrame
Type: SystemString
Target frame
javascript
Type: SystemString
OnClientClick JavaScript
See Also