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

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.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