Search Results for

    Show / Hide Table of Contents

    Class SiteEntity

    SiteEntity class describes the information for a SharePoint site (collection)

    Inheritance
    System.Object
    SiteEntity
    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.Double

    Description

    The site description

    Declaration
    public string Description { get; set; }
    Property Value
    System.String

    IndexDocId

    IndexDocId for Search Paging

    Declaration
    public long IndexDocId { get; set; }
    Property Value
    System.Int64

    LastContentModifiedDate

    The last modified date/time of the site collection's content

    Declaration
    public DateTime LastContentModifiedDate { get; set; }
    Property Value
    DateTime

    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.UInt32

    LockState

    Site lock status

    Declaration
    public SiteLockState LockState { get; set; }
    Property Value
    SiteLockState

    SiteOwnerLogin

    The site owner

    Declaration
    public string SiteOwnerLogin { get; set; }
    Property Value
    System.String

    StorageMaximumLevel

    Site quota in MB

    Declaration
    public long StorageMaximumLevel { get; set; }
    Property Value
    System.Int64

    StorageUsage

    The storage quota usage in MB

    Declaration
    public long StorageUsage { get; set; }
    Property Value
    System.Int64

    StorageWarningLevel

    Site quota warning level in MB

    Declaration
    public long StorageWarningLevel { get; set; }
    Property Value
    System.Int64

    Template

    Site template being used

    Declaration
    public string Template { get; set; }
    Property Value
    System.String

    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.Int32

    Title

    The site title

    Declaration
    public string Title { get; set; }
    Property Value
    System.String

    Url

    The SPO URL

    Declaration
    public string Url { get; set; }
    Property Value
    System.String

    UserCodeMaximumLevel

    The user code quota in points

    Declaration
    public double UserCodeMaximumLevel { get; set; }
    Property Value
    System.Double

    UserCodeWarningLevel

    The user code quota warning level in points

    Declaration
    public double UserCodeWarningLevel { get; set; }
    Property Value
    System.Double

    WebsCount

    The count of the SPWeb objects in the site collection

    Declaration
    public int WebsCount { get; set; }
    Property Value
    System.Int32

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer