Public Overloads Sub UpdateAttachment( _ ByVal rowHandle As RowHandle, _ ByVal attachmentOID As Long, _ ByVal filePath As String, _ ByVal properties As AttachmentProperties _ )
public void UpdateAttachment( RowHandle rowHandle, long attachmentOID, string filePath, AttachmentProperties properties )
Parameters
- rowHandle
- The RowHandle representing the future row to update the attachment to.
- attachmentOID
- The oid of the attachment to remove.
- filePath
- The filesystem path to the file to attach to the row.
- properties
- Properties provide additional description or context for this attachment.