LoadConnectorPropFromNode method: IBInfo class
Syntax
LoadConnectorPropFromNode(NodeName)
Description
Use the LoadConnectorPropFromNode method to load connector properties into the message executing the method. Then you can use the LoadConnectorProp method to load the specified connector with the properties.
Note:
Use this method in the message OnSend event.
Parameters
| Parameter | Description |
|---|---|
|
NodeName |
Specify the node that contains the connector properties you want to use. You can either specify the node name as a string, or prefix the node name with the reserved word Node. |
Returns
A Boolean value: true if the properties are loaded successfully, false otherwise.