Search Results for

    Show / Hide Table of Contents

    Class TeamNoGroupSubSite

    Concrete type defining a Team sub-Site with no Office 365 Group

    Inheritance
    System.Object
    BaseHierarchyModel
    SubSite
    TeamNoGroupSubSite
    Inherited Members
    SubSite.QuickLaunchEnabled
    SubSite.UseSamePermissionsAsParentSite
    SubSite.Title
    SubSite.Description
    SubSite.Templates
    SubSite.Sites
    SubSite.Theme
    SubSite.ProvisioningId
    SubSite.GetHashCode()
    SubSite.Equals(Object)
    SubSite.Equals(SubSite)
    BaseHierarchyModel.ParentHierarchy
    Namespace: PnP.Framework.Provisioning.Model
    Assembly: PnP.Framework.dll
    Syntax
    public class TeamNoGroupSubSite : SubSite, IProvisioningHierarchyDescendant

    Properties

    Language

    Language of the target Site

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

    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

    Methods

    EqualsInherited(SubSite)

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

    Returns
    System.Boolean

    Overrides
    SubSite.EqualsInherited(SubSite)

    GetInheritedHashCode()

    Declaration
    protected override int GetInheritedHashCode()
    Returns
    System.Int32

    Overrides
    SubSite.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