Partilhar via


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

See Also

Reference

Setup Class

Setup Members

Provision Overload

Microsoft.Office.RecordsManagement.RecordsRepository Namespace