Click or drag to resize
BreadcrumbAttribute Constructor (Int32, String, String, String)
Constructor.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public BreadcrumbAttribute(
	int index,
	string resourceString,
	string targetUrl,
	string targetFrame
)

Parameters

index
Type: SystemInt32
Index of the breadcrumb
resourceString
Type: SystemString
Resource string for the item
targetUrl
Type: SystemString
Target URL
targetFrame
Type: SystemString
Target frame
See Also