Interface IRecycledSiteCollection
Defines a site collection living in the tenant's recyle bin
Assembly: PnP.Core.Admin.dll
Syntax
public interface IRecycledSiteCollection
Properties
The user that created this site collection
Declaration
string CreatedBy { get; }
Property Value
The user that deleted this site collection
Declaration
string DeletedBy { get; }
Property Value
The id of the connected Microsoft 365 group
Declaration
Property Value
The id of the site collection
Declaration
Property Value
Name of the site collection
Declaration
Property Value
Returns the email address of teh site collection owner
Declaration
string SiteOwnerEmail { get; }
Property Value
Returns the name of the site collection owner
Declaration
string SiteOwnerName { get; }
Property Value
The storage quota in bytes for this site collection
Declaration
long StorageQuota { get; }
Property Value
The storage quota used for this site collection
Declaration
long StorageUsed { get; }
Property Value
The name of the applied template
Declaration
string TemplateName { get; }
Property Value
Date time when this site collection was created
Declaration
DateTime TimeCreated { get; }
Property Value
Date time when this site collection was deleted
Declaration
DateTime TimeDeleted { get; }
Property Value
The URL of the site collection
Declaration
Property Value