ArcGIS Pro 3.2 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

In This Topic
    AddAttachment Method (Job)
    In This Topic
    Add a new attachment to the job
    Syntax
    public JobAttachment AddAttachment( 
       string URI,
       JobAttachmentType type
    )
    Public Function AddAttachment( _
       ByVal URI As String, _
       ByVal type As JobAttachmentType _
    ) As JobAttachment

    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