Search Results for

    Show / Hide Table of Contents

    Class ThemeEntity

    Holds properties for SharePoint Theme

    Inheritance
    System.Object
    ThemeEntity
    Namespace: PnP.Framework.Entities
    Assembly: PnP.Framework.dll
    Syntax
    public class ThemeEntity : object

    Properties

    BackgroundImage

    Background image URL

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

    CustomMasterPage

    Custom master page URL

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

    Font

    Font scheme URL

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

    IsCustomComposedLook

    Sets the theme as custom composed look

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

    MasterPage

    Master page URL

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

    Name

    Name of the Theme

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

    Theme

    Theme URL

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