Class CommunicationSiteOptions
Contains the available options for creating a communication site collection
Inheritance
System.Object
CommunicationSiteOptions
Assembly: PnP.Core.Admin.dll
Syntax
public class CommunicationSiteOptions : CommonNoGroupSiteOptions
Constructors
Default constuctor for creating a CommunicationSiteOptions object used to define a communication site collection creation
Declaration
public CommunicationSiteOptions(Uri url, string title)
Parameters
Uri
url
Url of the communication site to create
|
System.String
title
Title of the communication site to create
|
Properties
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