Click or drag to resize

BreadcrumbsGetBreadcrumbs Method

Overload List
  NameDescription
Public methodStatic memberGetBreadcrumbs(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.
Public methodStatic memberGetBreadcrumbs(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.
Top
See Also