Hold.ProvisionWeb Method
Reserved for internal use.
Namespace: Microsoft.Office.RecordsManagement.Holds
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Shared Function ProvisionWeb ( _
web As SPWeb _
) As Boolean
'Usage
Dim web As SPWeb
Dim returnValue As Boolean
returnValue = Hold.ProvisionWeb(web)
public static bool ProvisionWeb(
SPWeb web
)
Parameters
web
Type: Microsoft.SharePoint.SPWebReserved for internal use.
Return Value
Type: System.Boolean