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