SPSiteCollection.Delete 方法 (String, Boolean, Boolean)
删除为此网站集创建的 Active Directory 域服务帐户的选项的集合中删除指定的 SPSite 对象。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Sub Delete ( _
strSiteUrl As String, _
bDeleteADAccounts As Boolean, _
bGradualDelete As Boolean _
)
用法
Dim instance As SPSiteCollection
Dim strSiteUrl As String
Dim bDeleteADAccounts As Boolean
Dim bGradualDelete As Boolean
instance.Delete(strSiteUrl, bDeleteADAccounts, _
bGradualDelete)
public void Delete(
string strSiteUrl,
bool bDeleteADAccounts,
bool bGradualDelete
)
参数
strSiteUrl
类型:System.String一个包含网站对象 (例如,名称或网站/网站名称) 的相对于服务器的 URL 的字符串。
bDeleteADAccounts
类型:System.Booleantrue如果应删除 Active Directory 域服务帐户。否则为false。
- bGradualDelete
类型:System.Boolean