Search Results for

    Show / Hide Table of Contents

    Class ClassicSiteCollection

    Concrete type defining a classic Site Collection

    Inheritance
    System.Object
    BaseHierarchyModel
    SiteCollection
    ClassicSiteCollection
    Inherited Members
    SiteCollection.IsHubSite
    SiteCollection.HubSiteLogoUrl
    SiteCollection.HubSiteTitle
    SiteCollection.Title
    SiteCollection.Description
    SiteCollection.Templates
    SiteCollection.Sites
    SiteCollection.Theme
    SiteCollection.Id
    SiteCollection.ProvisioningId
    SiteCollection.ToString()
    SiteCollection.GetHashCode()
    SiteCollection.Equals(Object)
    SiteCollection.Equals(SiteCollection)
    BaseHierarchyModel.ParentHierarchy
    Namespace: PnP.Framework.Provisioning.Model
    Assembly: PnP.Framework.dll
    Syntax
    public class ClassicSiteCollection : SiteCollection, IProvisioningHierarchyDescendant

    Properties

    Classification

    The Classification of the target Site

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

    Language

    Language of the target Site

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

    Owner

    Owner of the target Site

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

    TimeZoneId

    The TimeZone of the target Site

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

    Url

    The URL of the target Site

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

    WebTemplate

    WebTemplate to use for creating this site collection

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

    Methods

    EqualsInherited(SiteCollection)

    Declaration
    protected override bool EqualsInherited(SiteCollection other)
    Parameters
    SiteCollection other

    Returns
    System.Boolean

    Overrides
    SiteCollection.EqualsInherited(SiteCollection)

    GetInheritedHashCode()

    Declaration
    protected override int GetInheritedHashCode()
    Returns
    System.Int32

    Overrides
    SiteCollection.GetInheritedHashCode()

    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