RecordSeriesCollection Constructor
NOTE: This API is now obsolete.
Initializes a new instance of the RecordSeriesCollection class.
Namespace: Microsoft.Office.RecordsManagement.RecordsRepository
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
<ObsoleteAttribute("The Record Series is deprecated - use the routing rules list.")> _
Public Sub New ( _
web As SPWeb _
)
'Usage
Dim web As SPWeb
Dim instance As New RecordSeriesCollection(web)
[ObsoleteAttribute("The Record Series is deprecated - use the routing rules list.")]
public RecordSeriesCollection(
SPWeb web
)
Parameters
web
Type: Microsoft.SharePoint.SPWebThe Web site in which to store this RecordSeriesCollection object.
See Also
Reference
RecordSeriesCollection Members
Microsoft.Office.RecordsManagement.RecordsRepository Namespace