Click or drag to resize
UIContextHelperGetObjectBreadcrumbsText Method
Returns object's breadcrumbs text.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static string GetObjectBreadcrumbsText(
	UIContext context,
	BaseInfo obj
)

Parameters

context
Type: CMS.PortalEngineUIContext
Current UI context
obj
Type: CMS.DataEngineBaseInfo
Current object

Return Value

Type: String
See Also