Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Recycles the version collection except for the current version.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub RecycleAll
'Usage
Dim instance As SPListItemVersionCollection
instance.RecycleAll()
public void RecycleAll()
Remarks
This RecycleAll method moves the version collection into the recycle bin of the website except for the current version. To delete the version collection permanently, use the DeleteAll method.
See also
Reference
SPListItemVersionCollection class