(Boolean) del método SPSite.Delete
Deletes the site collection from the server and removes the site collection users from Active Directory Domain Services (ADDS) if bDeleteADAccounts is true.
Espacio de nombres: Microsoft.SharePoint
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Public Sub Delete ( _
bDeleteADAccounts As Boolean _
)
'Uso
Dim instance As SPSite
Dim bDeleteADAccounts As Boolean
instance.Delete(bDeleteADAccounts)
public void Delete(
bool bDeleteADAccounts
)
Parámetros
bDeleteADAccounts
Tipo: System.Booleantrue to remove the site collection users from ADDS; otherwise, false.