SPDeletedSiteQuery Members
Include Protected Members
Include Inherited Members
Represents information about deleted sites that is used to find the deleted sites.
The SPDeletedSiteQuery type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPDeletedSiteQuery | Initializes a new instance of the SPDeletedSiteQuery class. |
Top
Properties
Name | Description | |
---|---|---|
From | Gets or sets the date and time after which the site collection was deleted. | |
PathLike | Gets or sets the prefix of the server-relative URL 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. | |
To | Gets or sets the date and time before which the site collection was deleted. |
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