IRepositoryScriptManager.LoadScript

Syntax

LoadScript(Stream: IIOStream);

Parameters

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.

Description

The LoadScript method loads a script used to perform the specified operation with the repository.

Comments

Depending on the repository type set in the Repository property, contents of the different files should be loaded in the stream:

Example

The example of use is given in description of the IRepositoryScriptManager.Connection property.

See also:

IRepositoryScriptManager