Records.UndeclareItemAsRecord Method
Undeclares the specified item.
Namespace: Microsoft.Office.RecordsManagement.RecordsRepository
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Shared Sub UndeclareItemAsRecord ( _
item As SPListItem _
)
'Usage
Dim item As SPListItemRecords.UndeclareItemAsRecord(item)
public static void UndeclareItemAsRecord(
SPListItem item
)
Parameters
item
Type: Microsoft.SharePoint.SPListItemthe item
Remarks
This removes any record restriction placed on the item.
See Also
Reference
Microsoft.Office.RecordsManagement.RecordsRepository Namespace