Config2_PlugIn

Extension/Plugin object representing an installed extension.

Instances of this class are obtained from Config2_PlugInManager:

Properties

PropertyTypeDescription
assemblyPath String

Assembly path

.
className String

Full class name

.
configuration String

Configuration settings (JSON string)

.
configurationPath String

Configuration file path

.
createdTime Date

Creation time

.
editorClassName String

Editor class name

.
groups String

Comma-separated list of groups with access (for authentication extensions only)

.
id String

Extension ID

.
modifiedTime Date

Last modified time

.
name String

Extension name

.
type String

Extension type (e.

users String

Comma-separated list of users with access (for authentication extensions only)

.

Property Details

assemblyPath :String

Description:
  • Assembly path

Assembly path

Type:
  • String

className :String

Description:
  • Full class name

Full class name

Type:
  • String

configuration :String

Description:
  • Configuration settings (JSON string)

Configuration settings (JSON string)

Type:
  • String

configurationPath :String

Description:
  • Configuration file path

Configuration file path

Type:
  • String

createdTime :Date

Description:
  • Creation time

Creation time

Type:
  • Date

editorClassName :String

Description:
  • Editor class name

Editor class name

Type:
  • String

groups :String

Description:
  • Comma-separated list of groups with access (for authentication extensions only)

Comma-separated list of groups with access (for authentication extensions only)

Type:
  • String

id :String

Description:
  • Extension ID

Extension ID

Type:
  • String

modifiedTime :Date

Description:
  • Last modified time

Last modified time

Type:
  • Date

name :String

Description:
  • Extension name

Extension name

Type:
  • String

type :String

Description:
  • Extension type (e.g. 'Authenticator', 'FileSystem')

Extension type (e.g. 'Authenticator', 'FileSystem')

Type:
  • String

users :String

Description:
  • Comma-separated list of users with access (for authentication extensions only)

Comma-separated list of users with access (for authentication extensions only)

Type:
  • String