Click or drag to resize
ComposedLookDefinition Fields

The ComposedLookDefinition type exposes the following members.

Fields
  NameDescription
Public fieldBackgroundImageUrl
Specifies the URL of the background image file.
Public fieldFontSchemeUrl
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'
Public fieldMasterPageUrl
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'
Public fieldName
Specifies the name of a composed look. If the composed look already exists, it will be applied - otherwise it will be created and applied.
Public fieldThemeUrl
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'
Top
See Also