ComposedLookDefinition Class |
Namespace: MatchPoint.Provisioning.ObjectDefinitions
[SerializableAttribute] public class ComposedLookDefinition
The ComposedLookDefinition type exposes the following members.
Name | Description | |
---|---|---|
ComposedLookDefinition | Initializes a new instance of the ComposedLookDefinition class |
Name | Description | |
---|---|---|
Apply | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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' |