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