Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes the SPSiteMapProvider implementation and provides resources that are needed to load site-map data from persistent storage.
Namespace: Microsoft.SharePoint.Navigation
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Sub Initialize ( _
name As String, _
attributes As NameValueCollection _
)
'Usage
Dim instance As SPSiteMapProvider
Dim name As String
Dim attributes As NameValueCollection
instance.Initialize(name, attributes)
public override void Initialize(
string name,
NameValueCollection attributes
)
Parameters
name
Type: System.StringThe name of the site-map provider to initialize.
attributes
Type: System.Collections.Specialized.NameValueCollectionA NameValueCollection object that contains attributes to help initialize the provider. These attributes are read from the site-map provider configuration in the Web.config file.