SiteMapProviderSettingsBase class

This documentation is preliminary and is subject to change.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Publishing.FreezableObject
    Microsoft.SharePoint.Publishing.Navigation.SiteMapProviderSettingsBase
      Microsoft.SharePoint.Publishing.Navigation.SwitchableSiteMapProviderSettings
      Microsoft.SharePoint.Publishing.Navigation.TaxonomySiteMapProviderSettings

Namespace:  Microsoft.SharePoint.Publishing.Navigation
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<ClientCallableTypeAttribute(ServerTypeId := "A183AD83-E647-434A-BEEF-D173BDBD57A9")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public MustInherit Class SiteMapProviderSettingsBase _
    Inherits FreezableObject
'Usage
Dim instance As SiteMapProviderSettingsBase
[ClientCallableTypeAttribute(ServerTypeId = "A183AD83-E647-434A-BEEF-D173BDBD57A9")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public abstract class SiteMapProviderSettingsBase : FreezableObject

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

SiteMapProviderSettingsBase members

Microsoft.SharePoint.Publishing.Navigation namespace