ArcGIS Pro 2.9 API Reference Guide
CanUpdateJobProperties Method

ArcGIS.Desktop.Workflow.Models.JobModels Namespace > Job Class : CanUpdateJobProperties Method
Information on the currentUser
Determines whether the job properties of a job can be updated by the current user
Syntax
public bool CanUpdateJobProperties( 
   UserDetails currentUser
)
Public Function CanUpdateJobProperties( _
   ByVal currentUser As UserDetails _
) As Boolean

Parameters

currentUser
Information on the currentUser

Return Value

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

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

Job Class
Job Members