![]() | ICMeridianAPI Namespace |
Class | Description | |
---|---|---|
![]() | Connection | Represents an object that can be used either from BC-Meridian VBScript or from other applications. The object implements a number of useful operations with folders and documents withing an BC-Meridian vault. When it is called from VBScript without the vault specified in the parameters, the work is done in the same vault where the script operates. If called from an application other than BC-Meridian client, the vault should be defined in the vaultidentifier parameter. A vault identifier is a string that specifies the unique location of a vault. The vault identifier is used by the ConnectionAPI to determine the vault to work with. The vault identifier has the syntax \\server\vault, where server is the server computer name and vault is the internal name of the vault on the specified server. Alternatively, the datastore and section names can be specified, which are often identical, and they can be found in the BlueCielo Meridian Enterprise Administrator utility.Examples of vault identifiers: \\meridiansvr\Htrieve1 \\meridiansvr\Mechanical\Mechanical Note: A vault identifier may consist of only a vault name, and the computer’s default server, if set, will be assumed. |
![]() | UIExtension1Composer |
Supports creating an BC-Meridian User Interface extension at design-time.
|
![]() | UIICMConnectionAPI | Represents an BC-Meridian User Interface extension. Do not modify the code of this class. Use UIExtension1Composer component to customize the extension behaviour. The name of this class is used as an internal name of the UI extension. Because the internal name must be unique within a vault, you should change the name of the class to the desired one. |
![]() | WinWrapper |