ConfigurationExtensionsManager.Get

Syntax:

Get(<Filter>, <ConfigExtensionsSource>)

Parameters:

<Filter> (optional)

Type: Structure.
If a parameter is not specified, all possible extensions are returned.
The structure for setting the filter may contain the following fields:
  • <UniqueIdentifier> (UUID) - extension identifier.
  • <Namen> (Name) - extension name.

Default value: Undefined.

<ConfigExtensionsSource> (optional)

Type: ConfigExtensionsSource.
Specifies the source of extension obtained.
Default value: Infobase.

Returned value:

Type: Array.
An array of ConfigurationExtension type objects meeting the specified selection criterion.

Description:

Receives an array of configuration extensions.

Availability:

Server, thick client, external connection.

    

1C:Enterprise Developer's Community