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
Defines a theme that can be applied to a site
public interface ITheme
Is this a custom theme added to the tenant?
bool IsCustomTheme { get; }
System.
|
Name of the theme
string Name { get; }
System.
|
The theme's JSON definition
string ThemeJson { get; }
System.
|