ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Workflow.Models.JobModels Namespace / Job Class / CanUpdateJobNotes Method
Information on the currentUser

In This Topic
    CanUpdateJobNotes Method
    In This Topic
    Determines whether the job notes of a job can be updated by the current user
    Syntax
    public bool CanUpdateJobNotes( 
       UserDetails currentUser
    )
    Public Function CanUpdateJobNotes( _
       ByVal currentUser As UserDetails _
    ) As Boolean

    Parameters

    currentUser
    Information on the currentUser

    Return Value

    Whether the job notes can be updated
    Remarks
    Job notes can be updated if a job is unassigned or assigned to the current user or owned by the current user, it is available, it isn't closed or on hold. If the job is on hold the user will also require the CanAddCommentsForHeldJobs privilege.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also