Provides access to table attachments.
Members
Name | Description | |
---|---|---|
AddAttachments | Add the table attachments. | |
AttachmentManager | The attachment manager. | |
DeleteAttachments | Delete the table attachments. | |
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 |
---|