Table of Contents

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

string

DeletedBy

The user that deleted this site collection

string DeletedBy { get; }

Property Value

string

GroupId

The id of the connected Microsoft 365 group

Guid GroupId { get; }

Property Value

Guid

Id

The id of the site collection

Guid Id { get; }

Property Value

Guid

Name

Name of the site collection

string Name { get; }

Property Value

string

SiteOwnerEmail

Returns the email address of teh site collection owner

string SiteOwnerEmail { get; }

Property Value

string

SiteOwnerName

Returns the name of the site collection owner

string SiteOwnerName { get; }

Property Value

string

StorageQuota

The storage quota in bytes for this site collection

long StorageQuota { get; }

Property Value

long

StorageUsed

The storage quota used for this site collection

long StorageUsed { get; }

Property Value

long

TemplateName

The name of the applied template

string TemplateName { get; }

Property Value

string

TimeCreated

Date time when this site collection was created

DateTime TimeCreated { get; }

Property Value

DateTime

TimeDeleted

Date time when this site collection was deleted

DateTime TimeDeleted { get; }

Property Value

DateTime

Url

The URL of the site collection

Uri Url { get; }

Property Value

Uri