Provides access to members that describe an attachment.
Members
Name | Description | |
---|---|---|
AttachmentID | ID that uniquely identifies an attachment. | |
ContentType | Content type that indicates the type of the mime content. | |
GlobalID | Global ID that uniquely identifies the attachment. | |
IsAttachmentRelationshipGlobalIDBased | Is the attachment global ID based. | |
Name | Descriptive name of an attachment. | |
ParentGlobalID | The source global ID that to which the attachment is associated to. | |
ParentID | The source ID that to which the attachment is associated to. | |
Size | The size of the attachment. | |
Value | put a value in a member of the attachemnt using name. |
IAttachmentInfo.AttachmentID Property
ID that uniquely identifies an attachment.
Public ReadOnly Property AttachmentID As Long
public long AttachmentID {get;}
IAttachmentInfo.ContentType Property
Content type that indicates the type of the mime content.
Public Property ContentType As String
public string ContentType {get; set;}
IAttachmentInfo.GlobalID Property
Global ID that uniquely identifies the attachment.
Public Property GlobalID As String
public string GlobalID {get; set;}
IAttachmentInfo.IsAttachmentRelationshipGlobalIDBased Property
Is the attachment global ID based.
Public ReadOnly Property IsAttachmentRelationshipGlobalIDBased As Boolean
public bool IsAttachmentRelationshipGlobalIDBased {get;}
IAttachmentInfo.Name Property
Descriptive name of an attachment.
Public Property Name As String
public string Name {get; set;}
IAttachmentInfo.ParentGlobalID Property
The source global ID that to which the attachment is associated to.
Public Property ParentGlobalID As String
public string ParentGlobalID {get; set;}
IAttachmentInfo.ParentID Property
The source ID that to which the attachment is associated to.
Public Property ParentID As Long
public long ParentID {get; set;}
IAttachmentInfo.Size Property
The size of the attachment.
Public ReadOnly Property Size As Integer
public int Size {get;}
IAttachmentInfo.Value Property
put a value in a member of the attachemnt using name.
Public Function get_Value ( _
ByVal key As esriAttachmentTableField _
) As Object
Public Sub set_Value ( _
ByVal key As esriAttachmentTableField, _
ByVal Value As Object _
)
public object get_Value (
esriAttachmentTableField key
);
public void set_Value (
esriAttachmentTableField key,
object Value
);
Classes that implement IAttachmentInfo
Classes | Description |
---|---|
AttachmentInfo | Esri AttachmentInfo object. |