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