 | ExportItemAttachments Property |
Attachment rows of this item. The Item2 of the Tuple is top assembly configuration.
Namespace:
CTExtensions.ExportCore.ExportHandler
Assembly:
CTInterface (in CTInterface.dll)
Syntaxpublic IEnumerable<Tuple<ExportDataRow, string>> Attachments { get; }
Public ReadOnly Property Attachments As IEnumerable(Of Tuple(Of ExportDataRow, String))
Get
Property Value
Type:
IEnumerableTupleExportDataRow,
String
See Also