Search Results for

    Show / Hide Table of Contents

    Class TeamNoGroupSiteCollection

    Concrete type defining a Team Site Collection without an Office 365 Group

    Inheritance
    System.Object
    BaseHierarchyModel
    SiteCollection
    TeamNoGroupSiteCollection
    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 TeamNoGroupSiteCollection : SiteCollection, IProvisioningHierarchyDescendant

    Properties

    Alias

    The Alias of the target Office 365 Group backing the Site, optional attribute. It is used if and only if the Groupify attribute has a value of True.

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

    Classification

    The Classification of the target groupified Site, if any, optional attribute. It is used if and only if the Groupify attribute has a value of True.

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

    Groupify

    Declare whether to groupify the team site after creation or not

    Declaration
    public bool Groupify { get; set; }
    Property Value
    System.Boolean

    IsPublic

    Defines whether the Office 365 Group for the target groupified Site is Public or Private, optional attribute. It is used if and only if the Groupify attribute has a value of True.

    Declaration
    public bool IsPublic { get; set; }
    Property Value
    System.Boolean

    KeepOldHomePage

    Defines whether to keep the old home page of the site after it gets groupified, optional attribute. It is used if and only if the Groupify attribute has a value of True.

    Declaration
    public bool KeepOldHomePage { get; set; }
    Property Value
    System.Boolean

    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

    Remarks

    Reserved for future use

    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(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