ArcGIS Pro 2.7 API Reference Guide
GetVisibleJobTypes Method

ArcGIS.Desktop.Workflow.Models Namespace > ConfigurationManager Class : GetVisibleJobTypes Method
Gets the list job types which the current user is allowed to access. This method must be called on the MCT. Use QueuedTask.Run
Syntax
public IReadOnlyList<JobTypeDescription> GetVisibleJobTypes()
Public Function GetVisibleJobTypes() As IReadOnlyList(Of JobTypeDescription)

Return Value

The list of JobTypeDescription for visible job types
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

ConfigurationManager Class
ConfigurationManager Members