This document is archived and information here might be outdated.  Recommended version.


IAttachmentInfo2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IA > IAttachmentInfo2 Interface
ArcGIS Developer Help

IAttachmentInfo2 Interface

Provides access to members that describe an attachment.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read-only property AttachmentID ID that uniquely identifies an attachment.
Read/write property ContentType Content type that indicates the type of the mime content.
Read/write property GlobalID Global ID that uniquely identifies the attachment.
Read-only property IsAttachmentRelationshipGlobalIDBased Is the attachment global ID based.
Read/write property Name Descriptive name of an attachment.
Read/write property ParentGlobalID The source global ID that to which the attachment is associated to.
Read/write property ParentID The source ID that to which the attachment is associated to.
Read-only property Size The size of the attachment.

Inherited Interfaces

Interfaces Description
IAttachmentInfo Provides access to members that describe an attachment.

Classes that implement IAttachmentInfo2

Classes Description
AttachmentInfo Esri AttachmentInfo object.