ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Workflow Namespace / WorkflowModule Class / GetIsConnected Method
The path to check whether it is connected

In This Topic
    GetIsConnected Method
    In This Topic
    Gets whether the module is connected to the specified Workflow Manager repository.
    Syntax
    public static bool GetIsConnected( 
       string path
    )
    Public Shared Function GetIsConnected( _
       ByVal path As String _
    ) As Boolean

    Parameters

    path
    The path to check whether it is connected

    Return Value

    A bool indicating whether a connection has been made
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also