Click or drag to resize
IconMapping Class
Specifies an icon mapping.
Inheritance Hierarchy

Namespace: Colygon.MatchPoint.Core.Configuration
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
[SerializableAttribute]
public class IconMapping

The IconMapping type exposes the following members.

Constructors
  NameDescription
Public methodIconMapping
Initializes a new instance of the IconMapping class
Top
Properties
  NameDescription
Public propertyMatchMode
Use Mode = 'Name' for the classical IconMapping-behavior. To specify the way icons for item should be resolved, use the desired mode and a corresponding pattern. E.g.: Mode = 'CrawledContentClass' and Pattern = 'STS_ListItem_Events' or Mode = 'ContentType' and Pattern = 'Wiki'.
Top
Methods
  NameDescription
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 (Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldFileName
The URL to the icon file. The default name of the item can be referenced with '{0}'.
Public fieldPattern
A pattern that matches the path. Path elements are separated by '/' (e.g. 'DocumentTypes/*' matches all items directly below 'DocumentTypes', 'DocumentTypes/**' will match all items recursively below 'DocumentTypes').
Top
Remarks
An icon mapping allows specifying images for elements like MatchPoint tags, SharePoint terms or other SharePoint properties.
Remarks
This is a MatchPoint configuration class.
See Also