ComposedLookDefinition Fields |
The ComposedLookDefinition type exposes the following members.
Name | Description | |
---|---|---|
BackgroundImageUrl | Specifies the URL of the background image file. | |
FontSchemeUrl | Specifies the URL of the font scheme file. This URL should point to a location within the current site collection. E.g.: '{Web.Site.ServerRelativeUrl}/_catalogs/theme/15/myFont.spfont' | |
MasterPageUrl | Specifies the URL of the master page file. If the composed look should be displayed in the 'Change the look' page, the masterpage must be located in the current site and a corresponding .preview file must exist, otherwise a masterpage from the current site collection can be used. E.g.: '{Web.ServerRelativeUrl}/_catalogs/masterpage/myMaster.spcolor' | |
Name | Specifies the name of a composed look. If the composed look already exists, it will be applied - otherwise it will be created and applied. | |
ThemeUrl | Specifies the URL of the color palette file. This URL should point to a location within the current site collection. E.g.: '{Web.Site.ServerRelativeUrl}/_catalogs/theme/15/myFont.spcolor' |