MatchPointConfiguration Class |
Namespace: Colygon.MatchPoint.Core.Configuration
[SerializableAttribute] public sealed class MatchPointConfiguration : ISingletonConfiguration, IConfiguration, IConfigurationLifecycle
The MatchPointConfiguration type exposes the following members.
Name | Description | |
---|---|---|
MatchPointConfiguration | Initializes a new instance of the MatchPointConfiguration class |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Get | ||
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
DataItemContextMenus | Contains context menus for items displayed in DataGrid Web Parts within this MatchPoint instance. | |
DisableClientSideExpressions | If checked, the Javascript Method 'ExpressionEvaluator.InvokeMethod' or 'ExpressionEvaluator.Eval' will throw a security exception. | |
DisableDashboard | If checked, the keyboard shortcut to open the manage configuration files form Ctrl+M will be disabled. | |
DisableExpressionConsole | If checked, the expression console is disabled. Otherwise the site administrator can hit Ctrl+E to display the console on any page within this MatchPoint instance. | |
Enable30Compatiblity |
Enables compatibility to MatchPoint 3.0.x connection data values.
| |
EnableWebRoles | Specifies whether role permission groups are created uniquely for every workspace or only per role on the parent site collection of workspaces. | |
ExternalAssemblies | Specifies external assemblies which are loaded for MatchPoint. External assemblies can contain custom expression variables, timer jobs, data providers, etc. | |
FavoriteTagSetPublishingGroup | Defines a group of users that is allowed to publish favorite tag sets. Farm administrators are always allowed to publish. | |
FileName | ||
IconMappings | Contains icon mappings for tags, terms and SharePoint properties within this MatchPoint instance. Additional mappings can be defined. They will be considered while getting the icon-URL of an item and match against a specific property of the item (e.g. content class, crawled content class, file extension, content type). | |
ImageScalerSettings | ||
LazyLoadCodeMirror | MatchPoint requires Code Mirror for the configuration editor as well as the expression console. Setting this value to true will load the Code Mirror JavaScript files only once required, this increases page load speed. In case Code Mirror is required for custom solutions, set this value to false. | |
ListItemEventHandlers | Contains the configuration settings for list item event handlers. | |
LocalWebPartConfigurations | Specifies whether local web part configurations are enabled or not. If 'Restricted' is selected, security-related configuration elements (e.g. RunAsConfiguration) are not permitted in local web part configurations and toggle view is not available in the configuration editor. | |
RegisterJQueryGlobally | If checked, the jQuery version used by MatchPoint (2.2.4) will be registered on the global 'jQuery' and '$' variables. In case you want to use your on jQuery version, uncheck this setting and handle the loading of jQuery yourself. Please note that even though this is supported by jQuery, they do not recommend using multiple jQuery versions on the same page. | |
RunWorkflowsAsCurrentUser | If checked, the item on which the workflow is executed will be opened under the current user, otherwise it will be opened under the System Account. | |
SetupBehaviorsAsync | Specify how MatchPoint should setup the behaviors on the client ($$.SetupBehaviors). | |
SolutionPaths | Each line specifies a path to a custom solution directory. A path needs to be relative to the 'layouts' directory ('<15 Hive>\TEMPLATE\layouts\'. E.g.: 'Acme.Foo.Bar' or 'Acme/Foo.Bar'. MatchPoint automatically includes JavaScript, CSS or ASP.NET user controls (ascx) files if these are located in subfolders named scripts, css or usercontrols. | |
TagCache | Specifies settings for the caching of tags on the front end servers. | |
TagContextMenus | Contains context menus for tags within this MatchPoint instance. |