Class CommunicationSiteCollectionCreationInformation
Class for communication site creation information
Inherited Members
Namespace: PnP.Framework.Sites
Assembly: PnP.Framework.dll
Syntax
public class CommunicationSiteCollectionCreationInformation : SiteCreationInformation
Constructors
CommunicationSiteCollectionCreationInformation()
Default constructor
Declaration
public CommunicationSiteCollectionCreationInformation()
CommunicationSiteCollectionCreationInformation(String, String, String)
CommunicationSiteCollectionCreationInformation constructor
Declaration
public CommunicationSiteCollectionCreationInformation(string fullUrl, string title, string description = null)
Parameters
System. Url for the new communication 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 id to use. See https://www.youtube.com/watch?v=NxvUXBiPFcw for more information.
Declaration
public Guid SensitivityLabelId { get; set; }
Property Value
Guid
|
SiteDesign
The built-in site design to used. If both SiteDesignId and SiteDesign have been specified, the GUID specified as SiteDesignId will be used.
Declaration
public CommunicationSiteDesign SiteDesign { get; set; }
Property Value
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
|