Search Results for

    Show / Hide Table of Contents

    Class CommonSiteOptions

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

    Inheritance
    object
    CommonSiteOptions
    ClassicSiteOptions
    CommonGroupSiteOptions
    CommonNoGroupSiteOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Admin.Model.SharePoint
    Assembly: PnP.Core.Admin.dll
    Syntax
    public abstract class CommonSiteOptions

    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
    string

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