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.
|
CommentsOnSitePagesDisabled
Declaration
public bool CommentsOnSitePagesDisabled { get; set; }
Property Value
System.
|
CommentsOnSitePagesDisabledSpecified
Declaration
public bool CommentsOnSitePagesDisabledSpecified { get; set; }
Property Value
System.
|
CustomMasterPageUrl
Declaration
public string CustomMasterPageUrl { get; set; }
Property Value
System.
|
Description
Declaration
public string Description { get; set; }
Property Value
System.
|
HubSiteUrl
Declaration
public string HubSiteUrl { get; set; }
Property Value
System.
|
MasterPageUrl
Declaration
public string MasterPageUrl { get; set; }
Property Value
System.
|
NoCrawl
Declaration
public bool NoCrawl { get; set; }
Property Value
System.
|
NoCrawlSpecified
Declaration
public bool NoCrawlSpecified { get; set; }
Property Value
System.
|
QuickLaunchEnabled
Declaration
public bool QuickLaunchEnabled { get; set; }
Property Value
System.
|
QuickLaunchEnabledSpecified
Declaration
public bool QuickLaunchEnabledSpecified { get; set; }
Property Value
System.
|
RequestAccessEmail
Declaration
public string RequestAccessEmail { get; set; }
Property Value
System.
|
SiteLogo
Declaration
public string SiteLogo { get; set; }
Property Value
System.
|
Title
Declaration
public string Title { get; set; }
Property Value
System.
|
WelcomePage
Declaration
public string WelcomePage { get; set; }
Property Value
System.
|