Search Results for

    Show / Hide Table of Contents

    Class ClassicSiteOptions

    Contains the available options for creating a classic site collection (e.g. classic team site)

    Inheritance
    System.Object
    CommonSiteOptions
    ClassicSiteOptions
    Inherited Members
    CommonSiteOptions.Language
    CommonSiteOptions.WebTemplate
    Namespace: PnP.Core.Admin.Model.SharePoint
    Assembly: PnP.Core.Admin.dll
    Syntax
    public class ClassicSiteOptions : CommonSiteOptions

    Constructors

    ClassicSiteOptions(Uri, String, String, String, Language, TimeZone)

    Default constuctor for creating a ClassicSiteOptions object used to define a classic site collection creation

    Declaration
    public ClassicSiteOptions(Uri url, string title, string webTemplate, string siteOwnerLogin, Language language, TimeZone timeZone)
    Parameters
    Uri url

    Url of the classic site collection to create

    System.String title

    Title of the classic site collection to create

    System.String webTemplate

    Web template of the classic site collection to create

    System.String siteOwnerLogin

    Owner of the classic site collection to create

    Language language

    Language to use for the site

    TimeZone timeZone

    Time zone of the classic site collection to create

    Properties

    Owner

    Owner of the classic site

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

    TimeZone

    Time zone id for the classic site

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

    Title

    Title of the classic site

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

    Url

    Url of the classic site

    Declaration
    public Uri Url { get; set; }
    Property Value
    Uri

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