ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Workflow.Models.JobModels Namespace / Job Class / GetAttachments Method

In This Topic
    GetAttachments Method (Job)
    In This Topic
    Gets the list of attachments associated with the job
    Syntax
    public IReadOnlyList<JobAttachment> GetAttachments()
    Public Function GetAttachments() As IReadOnlyList(Of JobAttachment)

    Return Value

    A readonly list of JobAttachments
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also