Campaign Manager API

GetConfiguredActionInfo

This method checks whether a certain action requires confirmer and/or verifier information. This method returns a ConfiguredActionInfo instance. Its signature is:

ConfiguredActionInfo GetConfiguredActionInfo(
   string cmServer,
   ConfiguredAction configuredAction
);

Method Parameters

Parameters for this method are shown in the following table.

Parameter

Description

Type

Valid Input

cmServer

The DeltaV node where the Campaign Manager server is located

String

Name of node 

configuredAction

The action to be checked

ConfiguredAction

Instance of ConfiguredAction