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


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

IAttachmentManager2 Interface

Product Availability

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

Members

Name Description
Method AddAttachment Adds an attachment to the object identified by the oid.
Method AddAttachmentByGlobalID Adds an attachment to the object identified by the oid.
Method DeleteAttachment Deletes the attachment identified with attID.
Method DeleteAttachmentByGlobalID Deletes the attachment identified with attID.
Method DeleteAttachmentsForParent Deletes all attachments for the object with oid.
Method DeleteAttachmentsForParentByGlobalID Deletes all attachments for the object with oid.
Method GetAttachmentsByAttachmentGlobalIDs Returns the attachments for the attachments with the attachment ids specified in the attIDs argument.
Method GetAttachmentsByAttachmentIDs Returns the attachments for the attachments with the attachment ids specified in the attIDs argument.
Method GetAttachmentsByParentGlobalIDs Returns the attachments for the objects with the object ids specified in the oids argument.
Method GetAttachmentsByParentIDs Returns the attachments for the objects with the object ids specified in the oids argument.
Read-only property HasGlobalID Indicates if the attachments have a global object identity field.
Method UpdateAttachment Updates the attachment.

Inherited Interfaces

Interfaces Description
IAttachmentManager

Classes that implement IAttachmentManager2

Classes Description