CMSEcommerceObjectsPageFormatBreadcrumbObjectName Method |
Appends site mark to given object name according to current ui culture.
Namespace: CMS.Ecommerce.Web.UIAssembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 13.0.131
Syntax 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:
StringSee Also