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
Id
The id of the site collection
Guid Id { get; }
Property Value
Name
Name of the site collection
string Name { get; }
Property Value
RootWebId
Id of the root web of the site collection
Guid RootWebId { get; }
Property Value
Url
The URL of the site collection
Uri Url { get; }