Search Results for

    Show / Hide Table of Contents

    Interface ISiteCollection

    A SharePoint site collection reference

    Namespace: PnP.Core.Admin.Model.SharePoint
    Assembly: PnP.Core.Admin.dll
    Syntax
    public interface ISiteCollection

    Properties

    GraphId

    Graph id of the site collection

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

    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

    RootWebId

    Id of the root web of the site collection

    Declaration
    Guid RootWebId { get; }
    Property Value
    Guid

    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