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

Records members

Microsoft.Office.RecordsManagement.RecordsRepository namespace