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