ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / RemoveAllAttachments Method / RemoveAllAttachments(Table,Int64) Method
The table of the row to remove all attachments from.
The object identifier of the row to remove all attachments from.
Version

RemoveAllAttachments(Table,Int64) Method
Remove all attachments from a row/feature with attachment support.
Syntax
public void RemoveAllAttachments( 
   Table table,
   long oid
)

Parameters

table
The table of the row to remove all attachments from.
oid
The object identifier of the row to remove all attachments from.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3.4 or higher.
See Also