SPSiteCollection.Delete Method (String, Boolean)

Deletes the specified SPSite object from the collection with the option of deleting Active Directory Domain Services accounts that were created for this site collection.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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
)

Parameters

  • strSiteUrl
    Type: System.String

    A string that contains the URL of the site.

  • bDeleteADAccounts
    Type: System.Boolean

    true if Active Directory Domain Services accounts should be deleted; otherwise, false.

See Also

Reference

SPSiteCollection Class

SPSiteCollection Members

Delete Overload

Microsoft.SharePoint.Administration Namespace