EExportType
- Last UpdatedJun 09, 2017
- 1 minute read
Indicates the type of export: aaPKG.
enum EExportType
{
exportAsPDF = 0,
exportAsCSV = 1,
}
Members
exportAsPDF
Export to a .PDF file. The resulting cab file contains a list of all templates and instances (along with required templates) plus any code modules.
exportAsCSV
Export instances to a text .CSV which can be opened in Excel.