Table of Contents

Class ClassicSiteOptions

Namespace
PnP.Core.Admin.Model.SharePoint
Assembly
PnP.Core.Admin.dll

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

public class ClassicSiteOptions : CommonSiteOptions
Inheritance
ClassicSiteOptions
Inherited Members

Constructors

ClassicSiteOptions(Uri, string, string, string, Language, TimeZone)

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

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

Parameters

url Uri

Url of the classic site collection to create

title string

Title of the classic site collection to create

webTemplate string

Web template of the classic site collection to create

siteOwnerLogin string

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

public string Owner { get; set; }

Property Value

string

TimeZone

Time zone id for the classic site

public TimeZone TimeZone { get; set; }

Property Value

TimeZone

Title

Title of the classic site

public string Title { get; set; }

Property Value

string

Url

Url of the classic site

public Uri Url { get; set; }

Property Value

Uri