Table of Contents

Interface ISiteCollection

Namespace
PnP.Core.Admin.Model.SharePoint
Assembly
PnP.Core.Admin.dll

A SharePoint site collection reference

public interface ISiteCollection

Properties

GraphId

Graph id of the site collection

string GraphId { get; }

Property Value

string

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

RootWebId

Id of the root web of the site collection

Guid RootWebId { get; }

Property Value

Guid

Url

The URL of the site collection

Uri Url { get; }

Property Value

Uri