SPWebApplication.GetDeletedSites 方法
获取已删除站点使用默认查询的列表。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Function GetDeletedSites As SPDeletedSiteCollection
用法
Dim instance As SPWebApplication
Dim returnValue As SPDeletedSiteCollection
returnValue = instance.GetDeletedSites()
public SPDeletedSiteCollection GetDeletedSites()
返回值
类型:Microsoft.SharePoint.Administration.SPDeletedSiteCollection
已删除的网站的列表。
备注
此方法获取使用默认属性值中使用SPDeletedSiteQuery对象的已删除站点的列表。