Records Class
The Records class defines utility functions associated with Record items.
Inheritance Hierarchy
System.Object
Microsoft.Office.RecordsManagement.RecordsRepository.Records
Namespace: Microsoft.Office.RecordsManagement.RecordsRepository
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public NotInheritable Class Records
'Usage
You do not need to declare an instance of a static class in order to access its members.
public static class Records
Remarks
Documents can be declared as records to prevent modification and/or deletion depending on the parent list's record declaration setting. Each list can also define its own permission level required to declare and undeclare records.
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
Microsoft.Office.RecordsManagement.RecordsRepository Namespace