Class WebSettings
Inheritance
System.Object
WebSettings
Namespace: PnP.Framework.Provisioning.Providers.Xml.V201903
Assembly: PnP.Framework.dll
Syntax
public class WebSettings : object
Properties
AlternateCSS
Declaration
public string AlternateCSS { get; set; }
Property Value
|
System.String
|
CommentsOnSitePagesDisabled
Declaration
public bool CommentsOnSitePagesDisabled { get; set; }
Property Value
|
System.Boolean
|
CommentsOnSitePagesDisabledSpecified
Declaration
public bool CommentsOnSitePagesDisabledSpecified { get; set; }
Property Value
|
System.Boolean
|
CustomMasterPageUrl
Declaration
public string CustomMasterPageUrl { get; set; }
Property Value
|
System.String
|
Description
Declaration
public string Description { get; set; }
Property Value
|
System.String
|
HubSiteUrl
Declaration
public string HubSiteUrl { get; set; }
Property Value
|
System.String
|
MasterPageUrl
Declaration
public string MasterPageUrl { get; set; }
Property Value
|
System.String
|
NoCrawl
Declaration
public bool NoCrawl { get; set; }
Property Value
|
System.Boolean
|
NoCrawlSpecified
Declaration
public bool NoCrawlSpecified { get; set; }
Property Value
|
System.Boolean
|
QuickLaunchEnabled
Declaration
public bool QuickLaunchEnabled { get; set; }
Property Value
|
System.Boolean
|
QuickLaunchEnabledSpecified
Declaration
public bool QuickLaunchEnabledSpecified { get; set; }
Property Value
|
System.Boolean
|
RequestAccessEmail
Declaration
public string RequestAccessEmail { get; set; }
Property Value
|
System.String
|
SiteLogo
Declaration
public string SiteLogo { get; set; }
Property Value
|
System.String
|
Title
Declaration
public string Title { get; set; }
Property Value
|
System.String
|
WelcomePage
Declaration
public string WelcomePage { get; set; }
Property Value
|
System.String
|