Class SiteEntity
SiteEntity class describes the information for a SharePoint site (collection)
Inheritance
Namespace: PnP.Framework.Entities
Assembly: PnP.Framework.dll
Syntax
public class SiteEntity : object
Properties
CurrentResourceUsage
The current resource usage points
Declaration
public double CurrentResourceUsage { get; set; }
Property Value
System.
|
Description
The site description
Declaration
public string Description { get; set; }
Property Value
System.
|
IndexDocId
IndexDocId for Search Paging
Declaration
public long IndexDocId { get; set; }
Property Value
System.
|
LastContentModifiedDate
The last modified date/time of the site collection's content
Declaration
public DateTime LastContentModifiedDate { get; set; }
Property Value
Date
|
Lcid
The site locale. See http://technet.microsoft.com/en-us/library/ff463597.aspx for a complete list of Lcid's
Declaration
public uint Lcid { get; set; }
Property Value
System.
|
LockState
Site lock status
Declaration
public SiteLockState LockState { get; set; }
Property Value
SiteOwnerLogin
The site owner
Declaration
public string SiteOwnerLogin { get; set; }
Property Value
System.
|
StorageMaximumLevel
Site quota in MB
Declaration
public long StorageMaximumLevel { get; set; }
Property Value
System.
|
StorageUsage
The storage quota usage in MB
Declaration
public long StorageUsage { get; set; }
Property Value
System.
|
StorageWarningLevel
Site quota warning level in MB
Declaration
public long StorageWarningLevel { get; set; }
Property Value
System.
|
Template
Site template being used
Declaration
public string Template { get; set; }
Property Value
System.
|
TimeZoneId
TimeZoneID for the site. "(UTC+01:00) Brussels, Copenhagen, Madrid, Paris" = 3 See http://blog.jussipalo.com/2013/10/list-of-sharepoint-timezoneid-values.html for a complete list
Declaration
public int TimeZoneId { get; set; }
Property Value
System.
|
Title
The site title
Declaration
public string Title { get; set; }
Property Value
System.
|
Url
The SPO URL
Declaration
public string Url { get; set; }
Property Value
System.
|
UserCodeMaximumLevel
The user code quota in points
Declaration
public double UserCodeMaximumLevel { get; set; }
Property Value
System.
|
UserCodeWarningLevel
The user code quota warning level in points
Declaration
public double UserCodeWarningLevel { get; set; }
Property Value
System.
|
WebsCount
The count of the SPWeb objects in the site collection
Declaration
public int WebsCount { get; set; }
Property Value
System.
|