SPDeletedSiteLookupInfo members
Represents information about a deleted site collection, such as its content database, subscription, and web application.
The SPDeletedSiteLookupInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPDeletedSiteLookupInfo | Initializes a new instance of the SPDeletedSiteLookupInfo class. |
Top
Properties
Name | Description | |
---|---|---|
ApplicationId | Gets or sets the GUID of the web application to which the deleted site collection belongs. | |
DatabaseId | Gets or sets the GUID of the content database that contains the deleted site collection. | |
DeletionTime | Gets or sets the date and time that the site collection was deleted. | |
HostHeaderIsSiteName | Gets or sets a value that specifies whether the host header is the name of the deleted site collection. | |
Path | Gets or sets the server-relative path of the deleted site collection. | |
SiteId | Gets or sets the GUID of the deleted site collection. | |
SiteSubscriptionId | Gets or sets the subscription identifier (ID) of the deleted site collection. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top