Provides access to members that describe an attachment.
Members
Name | Description | |
---|---|---|
AttachmentInfo | Content type that indicates the type of the mime content. | |
Data | Attachment as bytes. | |
TransportType | Transport Type. | |
URL | URL. |
IAttachmentData.AttachmentInfo Property
Content type that indicates the type of the mime content.
Public Property AttachmentInfo As IAttachmentInfo
public IAttachmentInfo AttachmentInfo {get; set;}
IAttachmentData.Data Property
Attachment as bytes.
Public Property Data As Byte[]
public Byte[] Data {get; set;}
IAttachmentData.TransportType Property
Transport Type.
Public Property TransportType As esriTransportType
public esriTransportType TransportType {get; set;}
IAttachmentData.URL Property
URL.
Public Property URL As String
public string URL {get; set;}
Classes that implement IAttachmentData
Classes | Description |
---|---|
AttachmentData | Esri AttachmentData object. |