ITableAttachments Interface

Provides access to table attachments.

Members

Name Description
Method AddAttachments Add the table attachments.
Read-only property AttachmentManager The attachment manager.
Method DeleteAttachments Delete the table attachments.
Read-only property HasAttachments Does the table have attachments.

ITableAttachments.AddAttachments Method

Add the table attachments.

Public Sub AddAttachments ( _
)
public void AddAttachments (
);

ITableAttachments.AttachmentManager Property

The attachment manager.

Public ReadOnly Property AttachmentManager As IAttachmentManager
public IAttachmentManager AttachmentManager {get;}

ITableAttachments.DeleteAttachments Method

Delete the table attachments.

Public Sub DeleteAttachments ( _
)
public void DeleteAttachments (
);

ITableAttachments.HasAttachments Property

Does the table have attachments.

Public ReadOnly Property HasAttachments As Boolean
public bool HasAttachments {get;}

Classes that implement ITableAttachments

Classes Description

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