| CMSPageSetBreadcrumb Method | 
            Sets the particular Breadcrumb data
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
 Syntax
Syntaxpublic 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
See Also