Public Overloads Sub AddAttachment( _ ByVal token As RowToken, _ ByVal filePath As String, _ ByVal properties As AttachmentProperties _ )
public void AddAttachment( RowToken token, string filePath, AttachmentProperties properties )
Parameters
- token
- The RowToken representing the future row to add the attachment to.
- filePath
- The filesystem path to the file to attach to the row.
- properties
- Properties provide additional description or context for this attachment.