Interface ITheme
Defines a theme that can be applied to a site
Assembly: PnP.Core.dll
Syntax
Properties
Is this a custom theme added to the tenant?
Declaration
bool IsCustomTheme { get; }
Property Value
Declaration
Property Value
The theme's JSON definition
Declaration
string ThemeJson { get; }
Property Value