ExportObjectsAsProtected method
- Last UpdatedJul 23, 2024
- 1 minute read
Exports object templates and graphics from the Galaxy as protected.
Class
IgObjects
Syntax
[C#]
void ExportObjectsAsProtected(
string outputFile
);
[Visual C++]
HRESULT ExportObjectsAsProtected(
[in] BSTR outputFile
);
Parameters
outputFile
The name of the output file. Appends extension if one is not specified.
Remarks
There is no exportType parameter as only objects and templates, not instances, can be exported as protected. The default exportType is "exportAsPDF".