HoldingZone.EnsureSetup Method
NOTE: This API is now obsolete.
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.RecordsManagement.RecordsRepository
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
<ObsoleteAttribute("The Holding Zone is deprecated - use the drop-off list.")> _
Public Shared Sub EnsureSetup ( _
web As SPWeb _
)
'Usage
Dim web As SPWebHoldingZone.EnsureSetup(web)
[ObsoleteAttribute("The Holding Zone is deprecated - use the drop-off list.")]
public static void EnsureSetup(
SPWeb web
)
Parameters
web
Type: Microsoft.SharePoint.SPWebThe SPWeb Web site.
See Also
Reference
Microsoft.Office.RecordsManagement.RecordsRepository Namespace