Click or drag to resize

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)
Syntax
public IEnumerable<Tuple<ExportDataRow, string>> Attachments { get; }

Property Value

Type: IEnumerableTupleExportDataRow, String
See Also