IconMapping Class |
Namespace: Colygon.MatchPoint.Core.Configuration
[SerializableAttribute] public class IconMapping
The IconMapping type exposes the following members.
Name | Description | |
---|---|---|
IconMapping | Initializes a new instance of the IconMapping class |
Name | Description | |
---|---|---|
MatchMode | 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'. |
Name | Description | |
---|---|---|
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 | (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
FileName | The URL to the icon file. The default name of the item can be referenced with '{0}'. | |
Pattern | 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'). |