Search Results for

    Show / Hide Table of Contents

    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

    Properties

    CreatedBy

    The user that created this site collection

    Declaration
    string CreatedBy { get; }
    Property Value
    System.String

    DeletedBy

    The user that deleted this site collection

    Declaration
    string DeletedBy { get; }
    Property Value
    System.String

    GroupId

    The id of the connected Microsoft 365 group

    Declaration
    Guid GroupId { get; }
    Property Value
    Guid

    Id

    The id of the site collection

    Declaration
    Guid Id { get; }
    Property Value
    Guid

    Name

    Name of the site collection

    Declaration
    string Name { get; }
    Property Value
    System.String

    SiteOwnerEmail

    Returns the email address of teh site collection owner

    Declaration
    string SiteOwnerEmail { get; }
    Property Value
    System.String

    SiteOwnerName

    Returns the name of the site collection owner

    Declaration
    string SiteOwnerName { get; }
    Property Value
    System.String

    StorageQuota

    The storage quota in bytes for this site collection

    Declaration
    long StorageQuota { get; }
    Property Value
    System.Int64

    StorageUsed

    The storage quota used for this site collection

    Declaration
    long StorageUsed { get; }
    Property Value
    System.Int64

    TemplateName

    The name of the applied template

    Declaration
    string TemplateName { get; }
    Property Value
    System.String

    TimeCreated

    Date time when this site collection was created

    Declaration
    DateTime TimeCreated { get; }
    Property Value
    DateTime

    TimeDeleted

    Date time when this site collection was deleted

    Declaration
    DateTime TimeDeleted { get; }
    Property Value
    DateTime

    Url

    The URL of the site collection

    Declaration
    Uri Url { get; }
    Property Value
    Uri

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer