SPSiteCollection.Delete-Methode (String, Boolean)
Löscht das angegebene SPSite -Objekt aus der Auflistung, indem Sie die Option Löschen von Konten für Active Directory Domain Services, die für diese Websitesammlung erstellt wurden.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Delete ( _
strSiteUrl As String, _
bDeleteADAccounts As Boolean _
)
'Usage
Dim instance As SPSiteCollection
Dim strSiteUrl As String
Dim bDeleteADAccounts As Boolean
instance.Delete(strSiteUrl, bDeleteADAccounts)
public void Delete(
string strSiteUrl,
bool bDeleteADAccounts
)
Parameter
strSiteUrl
Typ: System.StringEine Zeichenfolge, die die URL der Website enthält.
bDeleteADAccounts
Typ: System.Booleantrue Wenn Active Directory Domain Services Konten gelöscht werden soll; andernfalls false.