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


In This Topic
    Attachment Class Members
    In This Topic

    The following tables list the members exposed by Attachment.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Top
    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