Class TeamSiteCollectionGroupifyInformation
Class for site groupify information
Inherited Members
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[]
|