Class ThemeEntity
Holds properties for SharePoint Theme
Inheritance
System.Object
ThemeEntity
Namespace: PnP.Framework.Entities
Assembly: PnP.Framework.dll
Syntax
public class ThemeEntity : object
Properties
BackgroundImage
Background image URL
Declaration
public string BackgroundImage { get; set; }
Property Value
System.
|
CustomMasterPage
Custom master page URL
Declaration
public string CustomMasterPage { get; set; }
Property Value
System.
|
Font
Font scheme URL
Declaration
public string Font { get; set; }
Property Value
System.
|
IsCustomComposedLook
Sets the theme as custom composed look
Declaration
public bool IsCustomComposedLook { get; set; }
Property Value
System.
|
MasterPage
Master page URL
Declaration
public string MasterPage { get; set; }
Property Value
System.
|
Name
Name of the Theme
Declaration
public string Name { get; set; }
Property Value
System.
|
Theme
Theme URL
Declaration
public string Theme { get; set; }
Property Value
System.
|