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