LoadScript(Stream: IIOStream);
Stream. The stream containing a script used for repository creating and updating. Contents of the current.rm4, or current_rds.rm4 files should be loaded into this stream to work with the repository.
The LoadScript method loads a script used to perform the specified operation with the repository.
Depending on the repository type set in the Repository property, contents of the different files should be loaded in the stream:
For repository - contents of the current.rm4 file.
For MDM repository - contents of the "current_rds.rm4" file.
The example of use is given in description of the IRepositoryScriptManager.Connection property.
See also: