Search Results for

    Show / Hide Table of Contents

    Interface ITheme

    Defines a theme that can be applied to a site

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface ITheme

    Properties

    IsCustomTheme

    Is this a custom theme added to the tenant?

    Declaration
    bool IsCustomTheme { get; }
    Property Value
    System.Boolean

    Name

    Name of the theme

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

    ThemeJson

    The theme's JSON definition

    Declaration
    string ThemeJson { get; }
    Property Value
    System.String

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer