HoldingZone Constructor
NOTE: This API is now obsolete.
Initializes a new instance of the HoldingZone class.
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 Sub New ( _
web As SPWeb _
)
'Usage
Dim web As SPWeb
Dim instance As New HoldingZone(web)
[ObsoleteAttribute("The Holding Zone is deprecated - use the drop-off list.")]
public HoldingZone(
SPWeb web
)
Parameters
web
Type: Microsoft.SharePoint.SPWebThe web for the holding zone.
See Also
Reference
Microsoft.Office.RecordsManagement.RecordsRepository Namespace