Search Results for

    Show / Hide Table of Contents

    Interface ISiteCollectionWithDetails

    A SharePoint site collection with details reference

    Inherited Members
    ISiteCollection.Id
    ISiteCollection.GraphId
    ISiteCollection.Url
    ISiteCollection.RootWebId
    ISiteCollection.Name
    Namespace: PnP.Core.Admin.Model.SharePoint
    Assembly: PnP.Core.Admin.dll
    Syntax
    public interface ISiteCollectionWithDetails : ISiteCollection

    Properties

    CreatedBy

    The user that created this site collection

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

    ShareByEmailEnabled

    Indicates whether this site collection can be externally shared via an email

    Declaration
    bool ShareByEmailEnabled { get; }
    Property Value
    System.Boolean

    ShareByLinkEnabled

    Indicates whether this site collection can be externally shared via a link

    Declaration
    bool ShareByLinkEnabled { get; }
    Property Value
    System.Boolean

    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

    TemplateId

    The id of the applied template (if any)

    Declaration
    int TemplateId { get; }
    Property Value
    System.Int32

    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

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