Class TeamSiteCollectionCreationInformation
Class for group site creation information
Inherited Members
Namespace: PnP.Framework.Sites
Assembly: PnP.Framework.dll
Syntax
public class TeamSiteCollectionCreationInformation : SiteCreationGroupInformation
Constructors
TeamSiteCollectionCreationInformation()
Default constructor
Declaration
public TeamSiteCollectionCreationInformation()
TeamSiteCollectionCreationInformation(String, String, String)
TeamSiteCollectionCreationInformation constructor
Declaration
public TeamSiteCollectionCreationInformation(string alias, string displayName, string description = null)
Parameters
System. Alias for the group linked to this site |
System. Name of the site |
System. Title of the site |
Properties
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.
|
SiteDesignId
The ID of the Site Design to apply, if any
Declaration
public Guid? SiteDesignId { get; set; }
Property Value
System.
|