<Code Lib>
2026 Method
Changes 1
M

Application.GetSystemsAnalysisWorkflows

Description:
Returns name and path information identifying systems analysis workflow files.
Remarks:
The map that is returned contains a key that is the name of the systems analysis workflow, and the value is the path to the workflow file.

public IDictionary<string, string> GetSystemsAnalysisWorkflows()

IDictionary<String,String> The map of systems analysis workflows.

Loading…