RecordSeries class

NOTE: This API is now obsolete.

Represents a rule.

Inheritance hierarchy

System.Object
  Microsoft.Office.RecordsManagement.RecordsRepository.RecordSeries

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.")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class RecordSeries _
    Implements IDisposable
'Usage
Dim instance As RecordSeries
[ObsoleteAttribute("The Record Series is deprecated - use the routing rules list.")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class RecordSeries : IDisposable

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

RecordSeries members

Microsoft.Office.RecordsManagement.RecordsRepository namespace