ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Workflow.Models.ConfigItems Namespace / UserDetails Class / HasPrivilege Method
The privilege name.

In This Topic
    HasPrivilege Method
    In This Topic
    Determines whether a user possesses the specified Workflow Manager privilege.
    Syntax
    public bool HasPrivilege( 
       string privilegeName
    )
    Public Function HasPrivilege( _
       ByVal privilegeName As String _
    ) As Boolean

    Parameters

    privilegeName
    The privilege name.

    Return Value

    whether the user has the privilege
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also