SPSiteMapPathDesigner class

Provides design-time support in a visual designer for the SiteMapPath control.

Inheritance hierarchy

System.Object
  System.ComponentModel.Design.ComponentDesigner
    System.Web.UI.Design.HtmlControlDesigner
      System.Web.UI.Design.ControlDesigner
        System.Web.UI.Design.WebControls.SiteMapPathDesigner
          Microsoft.SharePoint.WebControls.SPSiteMapPathDesigner

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Public NotInheritable Class SPSiteMapPathDesigner _
    Inherits SiteMapPathDesigner
'Usage
Dim instance As SPSiteMapPathDesigner
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
public sealed class SPSiteMapPathDesigner : SiteMapPathDesigner

Remarks

The SPSiteMapPathDesigner class inherits from the System.Web.UI.Design.WebControls.SiteMapPathDesigner class which provides design-time support in a visual designer for the SiteMapPath control. SPSiteMapPathDesigner provides a more robust implementation of the SiteMapPathDesigner class in order to support various design time environments common with SharePoint.

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.

See also

Reference

SPSiteMapPathDesigner members

Microsoft.SharePoint.WebControls namespace