Public Overloads Sub AddAttachment( _ ByVal table As Table, _ ByVal oid As Long, _ ByVal filePath As String, _ ByVal properties As AttachmentProperties _ )
public void AddAttachment( Table table, long oid, string filePath, AttachmentProperties properties )
Parameters
- table
- The table of the row to update an attachment to.
- oid
- The object identifier of the row to add an attachment to.
- filePath
- The filesystem path to the file to attach to the row.
- properties
- Properties provide additional description or context for this attachment.