Share via


(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.Boolean

    true to remove the site collection users from ADDS; otherwise, false.

Vea también

Referencia

clase SPSite

Miembros SPSite

Sobrecarga Delete

Espacio de nombres Microsoft.SharePoint