Interface IRecycledSiteCollection
Defines a site collection living in the tenant's recyle bin
Namespace: PnP.Core.Admin.Model.SharePoint
Assembly: PnP.Core.Admin.dll
Syntax
public interface IRecycledSiteCollection
Defines a site collection living in the tenant's recyle bin
public interface IRecycledSiteCollection
The user that created this site collection
string CreatedBy { get; }
| string |
The user that deleted this site collection
string DeletedBy { get; }
| string |
Returns the email address of teh site collection owner
string SiteOwnerEmail { get; }
| string |
Returns the name of the site collection owner
string SiteOwnerName { get; }
| string |
The storage quota in bytes for this site collection
long StorageQuota { get; }
| long |
The storage quota used for this site collection
long StorageUsed { get; }
| long |
Date time when this site collection was created
DateTime TimeCreated { get; }
| DateTime |
Date time when this site collection was deleted
DateTime TimeDeleted { get; }
| DateTime |