Hold.RemoveHold Method
Include Protected Members
Include Inherited Members
Releases the specified items from the specified hold.
Overload List
Name | Description | |
---|---|---|
RemoveHold(Int32, SPWeb) | Obsolete. Reserved for internal use. | |
RemoveHold(SPListItem, SPListItem, String) | Removes the specified item from the specified hold. | |
RemoveHold(SPListItemCollection, SPListItem, String) | Removes the specified items from the specified hold. | |
RemoveHold(Int32, SPListItem, String) | Obsolete. Releases the specified document from the specified hold. | |
RemoveHold(Int32, SPListItemCollection, String) | Obsolete. Releases all the specified items from the specified hold. |
Top