Class TeamNoGroupSiteCollectionCreationInformation
Class for Team site with no group creation information
Inherited Members
Namespace: PnP.Framework.Sites
Assembly: PnP.Framework.dll
Syntax
public class TeamNoGroupSiteCollectionCreationInformation : SiteCreationInformation
Constructors
TeamNoGroupSiteCollectionCreationInformation()
Default constructor
Declaration
public TeamNoGroupSiteCollectionCreationInformation()
TeamNoGroupSiteCollectionCreationInformation(String, String, String)
TeamNoGroupSiteCollectionCreationInformation constructor
Declaration
public TeamNoGroupSiteCollectionCreationInformation(string fullUrl, string title, string description = null)
Parameters
System. Url for the new team site |
System. Title of the site |
System. Description of the site |
Properties
HubSiteId
The Guid of the hub site to be used. If specified will associate the communication site to the hub site
Declaration
public Guid HubSiteId { get; set; }
Property Value
Guid
|
SensitivityLabel
The Sensitivity label to use. For instance 'Top Secret'. See https://www.youtube.com/watch?v=NxvUXBiPFcw for more information.
Declaration
public string SensitivityLabel { get; set; }
Property Value
System.
|
SensitivityLabelId
The Sensitivity label to use. See https://www.youtube.com/watch?v=NxvUXBiPFcw for more information.
Declaration
public Guid SensitivityLabelId { get; set; }
Property Value
Guid
|
SiteDesignId
The Guid of the site design to be used. If specified will override the SiteDesign property
Declaration
public Guid SiteDesignId { get; set; }
Property Value
Guid
|