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