ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Workflow.Models.JobModels Namespace / Job Class / AddAttachment Method
The path or URL of the attachment to add
The type of the attachment to add
Version

    AddAttachment Method (Job)
    Add a new attachment to the job
    Syntax
    public JobAttachment AddAttachment( 
       string URI,
       JobAttachmentType type
    )

    Parameters

    URI
    The path or URL of the attachment to add
    type
    The type of the attachment to add

    Return Value

    Thew new JobAttachment
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also