Click or drag to resize

BreadcrumbsGetBreadcrumbs Method (IAppContext)

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 NOT 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
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.

Return Value

Type: Breadcrumbs
The breadcrumbs collection.
See Also