Class WebSettings
Inheritance
System.Object
WebSettings
Namespace: PnP.Framework.Provisioning.Providers.Xml.V202209
Assembly: PnP.Framework.dll
Syntax
public class WebSettings : object
Constructors
WebSettings()
Declaration
public WebSettings()
Properties
AlternateCSS
Declaration
public string AlternateCSS { get; set; }
Property Value
System.
|
AlternateUICultures
Declaration
public WebSettingsAlternateUICulture[] AlternateUICultures { get; set; }
Property Value
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.
|
DisableAppViews
Declaration
public bool DisableAppViews { get; set; }
Property Value
System.
|
DisableFlows
Declaration
public bool DisableFlows { get; set; }
Property Value
System.
|
ExcludeFromOfflineClient
Declaration
public bool ExcludeFromOfflineClient { get; set; }
Property Value
System.
|
HorizontalQuickLaunch
Declaration
public bool HorizontalQuickLaunch { get; set; }
Property Value
System.
|
HubSiteUrl
Declaration
public string HubSiteUrl { get; set; }
Property Value
System.
|
IsMultilingual
Declaration
public bool IsMultilingual { get; set; }
Property Value
System.
|
MasterPageUrl
Declaration
public string MasterPageUrl { get; set; }
Property Value
System.
|
MembersCanShare
NoCrawl
Declaration
public bool NoCrawl { get; set; }
Property Value
System.
|
NoCrawlSpecified
Declaration
public bool NoCrawlSpecified { get; set; }
Property Value
System.
|
OverwriteTranslationsOnChange
Declaration
public bool OverwriteTranslationsOnChange { 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.
|
SearchBoxInNavBar
SearchBoxInNavBarSpecified
SearchCenterUrl
Declaration
public string SearchCenterUrl { get; set; }
Property Value
System.
|
SearchScope
Declaration
public WebSettingsSearchScope SearchScope { get; set; }
Property Value
SearchScopeSpecified
Declaration
public bool SearchScopeSpecified { get; set; }
Property Value
System.
|
SiteLogo
Declaration
public string SiteLogo { get; set; }
Property Value
System.
|
SiteLogoThumbnail
Declaration
public string SiteLogoThumbnail { 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.
|