Add method
- Last UpdatedJul 23, 2024
- 1 minute read
Add a new script library to the Galaxy.
Class
IScriptLibraries
Syntax
[C#]
void Add(
string scriptLibraryPath
);
[Visual C++]
HRESULT Add(
[in] BSTR scriptLibraryPath
);
Parameters
scriptLibraryPath
The name of the new script library.