ArcGIS Pro 2.9 API Reference Guide
Attachment Class Methods


ArcGIS.Core.Data Namespace : Attachment Class

For a list of all members of this type, see Attachment members.

Public Methods
 NameDescription
Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
Public Method Gets the object ID of the attachment. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Gets the MIME type of the attached document. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Gets the attached document data. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Gets the global ID of the attachment if supported. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Gets the file name of the attached document. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Gets the global ID of the parent row. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Gets the object ID of the parent row. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Gets the size of the attached document in bytes and is calculated when the data is assigned. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Sets the MIME type of the attached document. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Sets the attached document data. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Sets the file name of the attached document. This method must be called on the MCT. Use QueuedTask.Run.  
Top
See Also

Reference

Attachment Class
ArcGIS.Core.Data Namespace