ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / Attachment Class


In This Topic
    Attachment Class Methods
    In This Topic

    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