SPDeletedSite members
Represents a deleted site.
The SPDeletedSite type exposes the following members.
Properties
Name | Description | |
---|---|---|
DatabaseId | Gets the GUID of the content database that contains the deleted site. | |
DeletionTime | Gets the date and time that the site was deleted. | |
Path | Gets the server-relative path of the deleted site. | |
Scheme | ||
SiteId | Gets the GUID of the deleted site. | |
SiteSubscriptionId | Gets the subscription identifier (ID) of the deleted site. | |
Url | Full URI of the deleted site. (Begins with http:// or https://) | |
WebApplicationId | Gets the GUID of the web application to which the deleted site belongs. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Removes the deleted site permanently from the database. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Move | Move the deleted site from its current content DB to the one specified by the parameter. | |
Restore | Restores the deleted site. | |
ToString | (Inherited from Object.) |
Top