Interface ISiteCollectionWithDetails
A SharePoint site collection with details reference
Assembly: PnP.Core.Admin.dll
Syntax
public interface ISiteCollectionWithDetails : ISiteCollection
Properties
The user that created this site collection
Declaration
string CreatedBy { get; }
Property Value
Indicates whether this site collection can be externally shared via an email
Declaration
bool ShareByEmailEnabled { get; }
Property Value
Indicates whether this site collection can be externally shared via a link
Declaration
bool ShareByLinkEnabled { get; }
Property Value
Returns the email address of teh site collection owner
Declaration
string SiteOwnerEmail { get; }
Property Value
Returns the name of the site collection owner
Declaration
string SiteOwnerName { get; }
Property Value
The storage quota in bytes for this site collection
Declaration
long StorageQuota { get; }
Property Value
The storage quota used for this site collection
Declaration
long StorageUsed { get; }
Property Value
The id of the applied template (if any)
Declaration
Property Value
The name of the applied template
Declaration
string TemplateName { get; }
Property Value
Date time when this site collection was created
Declaration
DateTime TimeCreated { get; }
Property Value