SPDeletedSite members

Represents a deleted site.

The SPDeletedSite type exposes the following members.

Properties

  Name Description
Public property DatabaseId Gets the GUID of the content database that contains the deleted site.
Public property DeletionTime Gets the date and time that the site was deleted.
Public property Path Gets the server-relative path of the deleted site.
Public property Scheme
Public property SiteId Gets the GUID of the deleted site.
Public property SiteSubscriptionId Gets the subscription identifier (ID) of the deleted site.
Public property Url Full URI of the deleted site. (Begins with http:// or https://)
Public property WebApplicationId Gets the GUID of the web application to which the deleted site belongs.

Top

Methods

  Name Description
Public method Delete Removes the deleted site permanently from the database.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Move Move the deleted site from its current content DB to the one specified by the parameter.
Public method Restore Restores the deleted site.
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPDeletedSite class

Microsoft.SharePoint.Administration namespace