Hold.RemoveHold Method (SPListItem, SPListItem, String)
Removes the specified item from the specified hold.
Namespace: Microsoft.Office.RecordsManagement.Holds
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Shared Sub RemoveHold ( _
item As SPListItem, _
hold As SPListItem, _
comments As String _
)
'Usage
Dim item As SPListItem
Dim hold As SPListItem
Dim comments As StringHold.RemoveHold(item, hold, comments)
public static void RemoveHold(
SPListItem item,
SPListItem hold,
string comments
)
Parameters
item
Type: Microsoft.SharePoint.SPListItemThe hold.
hold
Type: Microsoft.SharePoint.SPListItemThe item.
comments
Type: System.StringComments about why the item was released from hold.