Click or drag to resize

BreadcrumbsGetBreadcrumbs Method (IAppContext, String)

Gets the persisted breadcrumbs collection. If none is found the collection will be created and persisted to the AppContext object. Note that this overload DOES support per-window/tab breadcrumbs if a tabID is provided.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static Breadcrumbs GetBreadcrumbs(
	IAppContext cxt,
	string tabID
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
tabID
Type: SystemString
The current window/tab identifier, may be null/empty.

Return Value

Type: Breadcrumbs
The breadcrumbs collection.
See Also