Class UserPreferenceStrings.DocPluginNames
Doc Plugin Addons: [DocPluginNames] plugin-id = prog.id. The prog.id is requred and matches COM ProgId property of the document plugin class.
Namespace: SuperOffice.CRM
Assembly: SoCore.dll
Syntax
public static class DocPluginNames : Object
Remarks
NetServer document plugins declare the plugin-id without having to actually be COM compatible.
Another list of plugin names (Human names, not COM progid names) is found in the PrefDescLine section, used by the user-preference GUI to let the user select a program.Fields
Section
Section heading
Declaration
public const string Section = "DocPluginNames"
Field Value
Type | Description |
---|---|
String |
Remarks
NetServer document plugins declare the plugin-id without having to actually be COM compatible.
Another list of plugin names (Human names, not COM progid names) is found in the PrefDescLine section, used by the user-preference GUI to let the user select a program.