SPListItemVersionCollection.RecycleAll method
回收版本集合物件,除了目前的版本。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub RecycleAll
'用途
Dim instance As SPListItemVersionCollection
instance.RecycleAll()
public void RecycleAll()
備註
這個RecycleAll方法會將版本集合物件移到資源回收筒,除了目前的版本以外的網站。若要永久刪除版本集合物件,請使用DeleteAll方法。
請參閱
參照
SPListItemVersionCollection class