SPContentMapProvider.Initialize Method
Initializes the SPContentMapProvider 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 SPContentMapProvider
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 content-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 content-map provider configuration in the Web.config file.