ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Workflow.Models.JobModels Namespace / Job Class / DeleteAttachment Method
The attachment to delete from the job

In This Topic
    DeleteAttachment Method
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also