Search Results for

    Show / Hide Table of Contents

    Class CommonSiteOptions

    Generic site collection creation options that apply for all types of site collections

    Inheritance
    System.Object
    CommonSiteOptions
    ClassicSiteOptions
    CommonGroupSiteOptions
    CommonNoGroupSiteOptions
    Namespace: PnP.Core.Admin.Model.SharePoint
    Assembly: PnP.Core.Admin.dll
    Syntax
    public abstract class CommonSiteOptions : object

    Properties

    Language

    The language to use for the site.

    Declaration
    public Language Language { get; set; }
    Property Value
    Language

    WebTemplate

    The Web template to use for the site.

    Declaration
    public string WebTemplate { get; protected set; }
    Property Value
    System.String

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer