SPNavigationProvider.Initialize Method
Initializes the current SPNavigationProvider implementation, including 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 SPNavigationProvider
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 property of the provider to initialize.
attributes
Type: System.Collections.Specialized.NameValueCollectionThe set of string keys and string values represented in a NameValueCollection object that provide attributes to help initialize the provider.