ArcGIS Pro 2.8 API Reference Guide
GetAttachments Method (Job)

ArcGIS.Desktop.Workflow.Models.JobModels Namespace > Job Class : GetAttachments Method
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 10, Windows 8.1

See Also

Reference

Job Class
Job Members