SPFileVersionCollection.Delete 方法
删除集合中的指定索引处的文件版本对象。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Sub Delete ( _
iIndex As Integer _
)
用法
Dim instance As SPFileVersionCollection
Dim iIndex As Integer
instance.Delete(iIndex)
public void Delete(
int iIndex
)
参数
iIndex
类型:System.Int32一个 32 位整数,它指定要删除的文件版本对象。
备注
此方法调用DeleteByID(Int32)方法与this[iIndex].ID。
此方法清除集合中的文件版本信息。