SPDeletedSite Members
Include Protected Members
Include Inherited 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. | |
SiteId | Gets the GUID of the deleted site. | |
SiteSubscriptionId | Gets the subscription identifier (ID) of the deleted site. | |
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.) | |
Restore | Restores the deleted site. | |
ToString | (Inherited from Object.) |
Top