Table of Contents

Interface ITheme

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Defines a theme that can be applied to a site

public interface ITheme

Properties

IsCustomTheme

Is this a custom theme added to the tenant?

bool IsCustomTheme { get; }

Property Value

bool

Name

Name of the theme

string Name { get; }

Property Value

string

ThemeJson

The theme's JSON definition

string ThemeJson { get; }

Property Value

string