Click or drag to resize
ComposedLookDefinition Class
Inheritance Hierarchy
SystemObject
  MatchPoint.Provisioning.ObjectDefinitionsComposedLookDefinition

Namespace: MatchPoint.Provisioning.ObjectDefinitions
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
[SerializableAttribute]
public class ComposedLookDefinition

The ComposedLookDefinition type exposes the following members.

Constructors
  NameDescription
Public methodComposedLookDefinition
Initializes a new instance of the ComposedLookDefinition class
Top
Methods
  NameDescription
Public methodApply
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
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
Remarks
This is a MatchPoint configuration class.
See Also