AfterCreateComponent

Scripting applications that are triggered by this interface serve to influence on the newly created component. The interface begins the scripting application as soon as the user has created a new component. If an error occurs the component will be deleted.

 

Command lines for AfterCreateComponent

Without agents:

AfterCreateComponent.exe /ConfigFileW:[absolute path to the interface file] /rd:[path to the server archive] /at:s

With agents:

AfterCreateComponent.exe /ConfigFileW:[absolute path to the interface file] /rd:[path to the agent archive] /at:s

 

Description of the interface file

The sections [Common], [Component], [User] and [Result] are described in Global interface file sections.

[Specific]

INI key I/O Description
WorkingDir I Complete path to the working directory of the component
Mode I

Displays whether the component was newly created or copied

Possible values:

Create: the component was newly created

Copy: The component was copied over another component.

 

Related topics

Global interface file sections