Class CommunicationSiteOptions
- Namespace
- PnP.Core.Admin.Model.SharePoint
- Assembly
- PnP.Core.Admin.dll
Contains the available options for creating a communication site collection
public class CommunicationSiteOptions : CommonNoGroupSiteOptions
- Inheritance
-
CommunicationSiteOptions
- Inherited Members
Constructors
CommunicationSiteOptions(Uri, string)
Default constuctor for creating a CommunicationSiteOptions object used to define a communication site collection creation
public CommunicationSiteOptions(Uri url, string title)
Parameters
urlUriUrl of the communication site to create
titlestringTitle of the communication site to create
Properties
SiteDesign
The built-in site design to used. If both SiteDesignId and SiteDesign have been specified, the GUID specified as SiteDesignId will be used.
public CommunicationSiteDesign SiteDesign { get; set; }