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
Name
Name of the theme
string Name { get; }
Property Value
ThemeJson
The theme's JSON definition
string ThemeJson { get; }