ExportAll method
- Last UpdatedJul 23, 2024
- 1 minute read
Exports all objects in the Galaxy.
Class
IGalaxy
Syntax
[C#]
void ExportAll(
EExportType exportType,
string outputFile
);
[Visual C++]
HRESULT ExportAll(
[in] EExportType exportType,
[in] BSTR outputFile
);
Parameters
exportType
Indicates whether to export to aaPKG file.
outputFile
The name of the output file. Appends extension if one is not specified.
Remarks
User should be logged in.