IAttachmentManager3 Interface
Members
Name | Description | |
---|---|---|
![]() |
AddAttachment | Adds an attachment to the object identified by the oid. |
![]() |
AddAttachmentByGlobalID | Adds an attachment to the object identified by the oid. |
![]() |
DeleteAttachment | Deletes the attachment identified with attID. |
![]() |
DeleteAttachmentByGlobalID | Deletes the attachment identified with attID. |
![]() |
DeleteAttachmentForParent | Deletes the attachment. |
![]() |
DeleteAttachmentsForParent | Deletes all attachments for the object with oid. |
![]() |
DeleteAttachmentsForParentByGlobalID | Deletes all attachments for the object with oid. |
![]() |
GetAttachmentsByAttachmentGlobalIDs | Returns the attachments for the attachments with the attachment ids specified in the attIDs argument. |
![]() |
GetAttachmentsByAttachmentIDs | Returns the attachments for the attachments with the attachment ids specified in the attIDs argument. |
![]() |
GetAttachmentsByParentGlobalIDs | Returns the attachments for the objects with the object ids specified in the oids argument. |
![]() |
GetAttachmentsByParentIDs | Returns the attachments for the objects with the object ids specified in the oids argument. |
![]() |
HasGlobalID | Indicates if the attachments have a global object identity field. |
![]() |
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 |
---|