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