IAttachmentManager3 Interface

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 DeleteAttachmentForParent Deletes the attachment.
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.

IAttachmentManager3.DeleteAttachmentForParent Method

Deletes the attachment.

Public Sub DeleteAttachmentForParent ( _
    ByVal parentObjectID As Integer, _
    ByVal AttachmentID As Integer _
)
public void DeleteAttachmentForParent (
    int parentObjectID,
    int AttachmentID
);

Inherited Interfaces

Interfaces Description
IAttachmentManager2
IAttachmentManager

Classes that implement IAttachmentManager3

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.