BreadCrumbTrail Class
NOTE: This API is now obsolete.
Indicates where the correct area is in the portal site structure.
Inheritance Hierarchy
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
System.Web.UI.WebControls.Panel
System.Web.UI.WebControls.WebParts.Part
System.Web.UI.WebControls.WebParts.WebPart
Microsoft.SharePoint.WebPartPages.WebPart
Microsoft.SharePoint.Portal.WebControls.WebPartLoc
Microsoft.SharePoint.Portal.WebControls.BreadCrumbTrail
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<GuidAttribute("9EEFC622-56D6-4f93-92D9-048C04E3743B")> _
<ObsoleteAttribute("Control is obsolete. Please use asp:SiteMapPath instead")> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class BreadCrumbTrail _
Inherits WebPartLoc
'Usage
Dim instance As BreadCrumbTrail
[GuidAttribute("9EEFC622-56D6-4f93-92D9-048C04E3743B")]
[ObsoleteAttribute("Control is obsolete. Please use asp:SiteMapPath instead")]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class BreadCrumbTrail : WebPartLoc
Remarks
Microsoft recommends that the user create Web Parts by using the BaseAreaWebPart class. Microsoft does not recommend subclassing this class.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.