Records Members
Include Protected Members
Include Inherited Members
The Records class defines utility functions associated with Record items.
The Records type exposes the following members.
Methods
Name | Description | |
---|---|---|
BulkDeclareItemsAsRecords | Declares a collection of items as records. | |
BulkUndeclareItemsAsRecords | Undeclares a collection of items as records. | |
BypassLocks | Bypasses the record lock in order to perform an operation on the specified SPListItem object. | |
ConfigureListForAutoDeclaration | Configures record auto-declaration setting for a list-- whether the items uploaded to the list will be automtically declared as record. | |
DeclareItemAsRecord | Declares the specified item as a record. | |
DeleteAllPreviousVersionsOfListItem | Deletes all previous version of the specified list item. | |
GetDeclareByPermissionsForSite | Get record declaration permissions setting for the specified site. | |
GetRecordDefinitionForSite(SPSite) | Gets the record restrictions setting for the specified site. | |
GetRecordDefinitionForSite(Guid) | Obsolete. Gets the record restrictions setting for the site with the specified GUID. | |
GetUndeclareByPermissionsForSite | Gets the record undeclaration permissions setting for the specified site. | |
IsDeleteBlocked | Gets whether deletion is blocked for the specified SPListItem object. | |
IsInPlaceRecordsEnabled(SPList) | Checks whether the specified list has been enabled for in-place records. | |
IsInPlaceRecordsEnabled(SPSite) | Checks whether the specified site has been enabled for in-place records. | |
IsLocked | Checks whether the specified item is locked down to prevent editing and deletion. | |
IsOnHold | Check whether the specified item is placed on a legal hold. | |
IsRecord | Checks whether the specified item is a record. | |
LockItem(SPListItem, String) | ||
LockItem(SPListItem, String, SPList, SPWeb, SPSite) | Locks down an item. | |
RecordDeclarationDate | Gets the record declaration date of the specified item. | |
RegisterCustomCodeForRecordDeclaration | Registers a custom record processing handler class to the specified site. | |
SetRecordDefinitionForSite(SPSite, RecordRestrictions) | Sets record restrictions setting for the specified site. | |
SetRecordDefinitionForSite(Guid, RecordRestrictions) | Obsolete. Sets record restrictions setting for the site with the specified GUID | |
UndeclareItemAsRecord | Undeclares the specified item. | |
UnlockItem | Unlocks the specified item from the specified lock. |
Top
See Also
Reference
Microsoft.Office.RecordsManagement.RecordsRepository Namespace