Name | Description | |
---|---|---|
Attachment Constructor | Overloaded. |
The following tables list the members exposed by Attachment.
Name | Description | |
---|---|---|
Attachment Constructor | Overloaded. |
Name | Description | |
---|---|---|
Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) |
Name | Description | |
---|---|---|
Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) | |
GetAttachmentID | Gets the object ID of the attachment. This method must be called on the MCT. Use QueuedTask.Run. | |
GetContentType | Gets the MIME type of the attached document. This method must be called on the MCT. Use QueuedTask.Run. | |
GetData | Gets the attached document data. This method must be called on the MCT. Use QueuedTask.Run. | |
GetGlobalID | Gets the global ID of the attachment if supported. This method must be called on the MCT. Use QueuedTask.Run. | |
GetName | Gets the file name of the attached document. This method must be called on the MCT. Use QueuedTask.Run. | |
GetParentGlobalID | Gets the global ID of the parent row. This method must be called on the MCT. Use QueuedTask.Run. | |
GetParentID | Gets the object ID of the parent row. This method must be called on the MCT. Use QueuedTask.Run. | |
GetSize | 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. | |
SetContentType | Sets the MIME type of the attached document. This method must be called on the MCT. Use QueuedTask.Run. | |
SetData | Sets the attached document data. This method must be called on the MCT. Use QueuedTask.Run. | |
SetName | Sets the file name of the attached document. This method must be called on the MCT. Use QueuedTask.Run. |