GetScenario() Method
You use the GetScenario() method to retrieve the list of commands of an integration scenario that is configured in the system.
Syntax
public Command[] GetScenario(string scenario)
Parameter
- scenario: The name of the import or export scenario for which the list of commands should be retrieved.
Return Value
The method returns the list of commands of the specified integration scenario.