Interface ISiteCollection
A SharePoint site collection reference
Namespace: PnP.Core.Admin.Model.SharePoint
Assembly: PnP.Core.Admin.dll
Syntax
public interface ISiteCollection
A SharePoint site collection reference
public interface ISiteCollection
Graph id of the site collection
string GraphId { get; }
System.String
|
The id of the site collection
Guid Id { get; }
Guid
|
Name of the site collection
string Name { get; }
System.String
|
Id of the root web of the site collection
Guid RootWebId { get; }
Guid
|
The URL of the site collection
Uri Url { get; }
Uri
|