ImportObjectsEx method
- Last UpdatedJul 23, 2024
- 1 minute read
Class
IGalaxy
Syntax
[C#]
void ImportObjectsEx(
string inputFile,
E_RESOLVE_VERSION_CONFLICT_ACTION versionMismatchPreference,
E_RESOLVE_NAME_CONFLICT_ACTION nameConflictPreference,
string appendToObjectName
);
[Visual C++]
HRESULT ImportObjectsEx(
// The name of the input file -- can be a PDF or //.csv file.
[in] BSTR inputFile,
[in] E_RESOLVE_VERSION_CONFLICT_ACTION versionMismatchPreference,
[in] E_RESOLVE_NAME_CONFLICT_ACTION nameConflictPreference,
[in] BSTR appendToObjectName
);