Click or drag to resize

BCVaultLinkCreateVault Method

Returns an instance of the BCRepository class that represents a connection to the server. The connection has been opened using the information set on the BCVaultLink. The application should call Dispose to release the repository instance.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Client
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public BCRepository CreateVault()

Return Value

Type: BCRepository
The instance of the BCRepository class that represents a connection to the server.
See Also