Class CommonSiteOptions
Generic site collection creation options that apply for all types of site collections
Inherited Members
Namespace: PnP.Core.Admin.Model.SharePoint
Assembly: PnP.Core.Admin.dll
Syntax
public abstract class CommonSiteOptions
Generic site collection creation options that apply for all types of site collections
public abstract class CommonSiteOptions
The language to use for the site.
public Language Language { get; set; }
| Language |
The Web template to use for the site.
public string WebTemplate { get; protected set; }
| string |