Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Application Server

ImportObjects method

  • Last UpdatedJul 23, 2024
  • 1 minute read

Imports objects into the Galaxy.

Class

IGalaxy

Syntax

[C#]

void ImportObjects(

string inputFile,

bool OverwritesAllowed

);

[Visual C++]

HRESULT ImportObjects(

[in] BSTR inputFile,

[in, optional, defaultvalue( 0 )]

VARIANT_BOOL OverwritesAllowed

);

Parameters

inputFile

The name of the input file -- can be aaPDF or aaPKG file. aaPDF is base Template file format and aaPKG is exported objects file format.

OverwritesAllowed

Indicates whether existing objects can be overwritten.

Remarks

User should be logged in.

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in