Class ClassicSiteOptions
Contains the available options for creating a classic site collection (e.g. classic team site)
Inheritance
System.Object
ClassicSiteOptions
Assembly: PnP.Core.Admin.dll
Syntax
public class ClassicSiteOptions : CommonSiteOptions
Constructors
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 of the classic site
Declaration
public string Owner { get; set; }
Property Value
Time zone id for the classic site
Declaration
public TimeZone TimeZone { get; set; }
Property Value
Title of the classic site
Declaration
public string Title { get; set; }
Property Value
Declaration
public Uri Url { get; set; }
Property Value