Setup.Provision Method (SPWeb)
NOTE: This API is now obsolete.
Provisions the default links for the provided Web site.
Namespace: Microsoft.Office.RecordsManagement.RecordsRepository
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
<ObsoleteAttribute("Please activate the RecordsCenter feature")> _
Public Shared Sub Provision ( _
web As SPWeb _
)
'Usage
Dim web As SPWebSetup.Provision(web)
[ObsoleteAttribute("Please activate the RecordsCenter feature")]
public static void Provision(
SPWeb web
)
Parameters
web
Type: Microsoft.SharePoint.SPWebWeb site to provision the default links.
See Also
Reference
Microsoft.Office.RecordsManagement.RecordsRepository Namespace