Search Results for

    Show / Hide Table of Contents

    Class TeamSiteCollectionGroupifyInformation

    Class for site groupify information

    Inheritance
    System.Object
    SiteCreationGroupInformation
    TeamSiteCollectionGroupifyInformation
    Inherited Members
    SiteCreationGroupInformation.Alias
    SiteCreationGroupInformation.DisplayName
    SiteCreationGroupInformation.IsPublic
    SiteCreationGroupInformation.Description
    SiteCreationGroupInformation.Classification
    SiteCreationGroupInformation.Lcid
    SiteCreationGroupInformation.HubSiteId
    SiteCreationGroupInformation.SensitivityLabel
    SiteCreationGroupInformation.SensitivityLabelId
    SiteCreationGroupInformation.PreferredDataLocation
    SiteCreationGroupInformation.SiteAlias
    Namespace: PnP.Framework.Sites
    Assembly: PnP.Framework.dll
    Syntax
    public class TeamSiteCollectionGroupifyInformation : SiteCreationGroupInformation

    Constructors

    TeamSiteCollectionGroupifyInformation()

    Default constructor

    Declaration
    public TeamSiteCollectionGroupifyInformation()

    TeamSiteCollectionGroupifyInformation(String, String, String)

    TeamSiteCollectionTeamSiteCollectionGroupifyInformationCreationInformation constructor

    Declaration
    public TeamSiteCollectionGroupifyInformation(string alias, string displayName, string description = null)
    Parameters
    System.String alias

    Alias for the group which will be linked to this site

    System.String displayName

    Name of the site

    System.String description

    Title of the site

    Properties

    KeepOldHomePage

    If the site already has a modern home page, do we want to keep it?

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

    Owners

    Set the owners of the modern team site. Specify the UPN values in a string array.

    Declaration
    public string[] Owners { get; set; }
    Property Value
    System.String[]

    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