IServerAgentConnection.RegSecurityProfileAddIn

Syntax:

RegSecurityProfileAddIn(<Cluster>, <ProfileName>, <AddIn>)

Parameters:

<Cluster> (required)

Type: IClusterInfo.
Cluster where an external component should be registered.

<ProfileName> (required)

Type: String.
The security profile name.

<AddIn> (required)

Type: ISecurityProfileAddIn.
Registered add-in.

Description:

It registers a new allowed external component or refreshes an existing one.

Availability:

Integration.

Note:

If the external component with the specified name exists, it is refreshed; otherwise it is added.
An exception is generated if the profile cannot be found.

    

1C:Enterprise Developer's Community