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

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

Parameters

index
Type: SystemInt32
Index of the breadcrumb
resourceString
Type: SystemString
Resource string for the item
See Also