Click or drag to resize
CMSEcommerceObjectsPageFormatBreadcrumbObjectName Method
Appends site mark to given object name according to current ui culture.

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
Syntax
C#
public static string FormatBreadcrumbObjectName(
	string name,
	int siteId
)

Parameters

name
Type: SystemString
Name of the object.
siteId
Type: SystemInt32
Site id of named object.

Return Value

Type: String
See Also