Application.GetSystemsAnalysisWorkflows
Description:
Returns name and path information identifying systems analysis workflow files.
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.
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
The map of systems analysis workflows.