Search Results for

    Show / Hide Table of Contents

    Class WebSettings

    Inheritance
    System.Object
    WebSettings
    Namespace: PnP.Framework.Provisioning.Providers.Xml.V202103
    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.String

    AlternateUICultures

    Declaration
    public WebSettingsAlternateUICulture[] AlternateUICultures { get; set; }
    Property Value
    WebSettingsAlternateUICulture[]

    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

    DisableAppViews

    Declaration
    public bool DisableAppViews { get; set; }
    Property Value
    System.Boolean

    DisableFlows

    Declaration
    public bool DisableFlows { get; set; }
    Property Value
    System.Boolean

    ExcludeFromOfflineClient

    Declaration
    public bool ExcludeFromOfflineClient { get; set; }
    Property Value
    System.Boolean

    HorizontalQuickLaunch

    Declaration
    public bool HorizontalQuickLaunch { get; set; }
    Property Value
    System.Boolean

    HubSiteUrl

    Declaration
    public string HubSiteUrl { get; set; }
    Property Value
    System.String

    IsMultilingual

    Declaration
    public bool IsMultilingual { get; set; }
    Property Value
    System.Boolean

    MasterPageUrl

    Declaration
    public string MasterPageUrl { get; set; }
    Property Value
    System.String

    MembersCanShare

    Declaration
    public bool MembersCanShare { get; set; }
    Property Value
    System.Boolean

    NoCrawl

    Declaration
    public bool NoCrawl { get; set; }
    Property Value
    System.Boolean

    NoCrawlSpecified

    Declaration
    public bool NoCrawlSpecified { get; set; }
    Property Value
    System.Boolean

    OverwriteTranslationsOnChange

    Declaration
    public bool OverwriteTranslationsOnChange { 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

    SearchBoxInNavBar

    Declaration
    public SearchBoxInNavBar SearchBoxInNavBar { get; set; }
    Property Value
    SearchBoxInNavBar

    SearchBoxInNavBarSpecified

    Declaration
    public bool SearchBoxInNavBarSpecified { get; set; }
    Property Value
    System.Boolean

    SearchCenterUrl

    Declaration
    public string SearchCenterUrl { get; set; }
    Property Value
    System.String

    SearchScope

    Declaration
    public WebSettingsSearchScope SearchScope { get; set; }
    Property Value
    WebSettingsSearchScope

    SearchScopeSpecified

    Declaration
    public bool SearchScopeSpecified { get; set; }
    Property Value
    System.Boolean

    SiteLogo

    Declaration
    public string SiteLogo { get; set; }
    Property Value
    System.String

    SiteLogoThumbnail

    Declaration
    public string SiteLogoThumbnail { 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

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer