ArcGIS Pro 2.8 API Reference Guide
DeleteAttachment Method

ArcGIS.Desktop.Workflow.Models.JobModels Namespace > Job Class : DeleteAttachment Method
The attachment to delete from the job
Deletes an attachment from the job
Syntax
public void DeleteAttachment( 
   JobAttachment attachment
)
Public Sub DeleteAttachment( _
   ByVal attachment As JobAttachment _
) 

Parameters

attachment
The attachment to delete from the job
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

Job Class
Job Members