Click or drag to resize

BCNameSpaceCreateRepository Method (String)

Note: This API is now obsolete.

Returns a new BCRepository instance that represents connection to the vault.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Client
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
[ObsoleteAttribute("This method might be removed from future versions. Use the constructor of the "BCRepository" class.")]
public BCRepository CreateRepository(
	string address
)

Parameters

address
Type: SystemString
The address of the repository to create in format: "\\{MachineName}\{DataStoreName}\{VaultName}".

Return Value

Type: BCRepository
The new BCRepository instance that represents connection to the vault.
Remarks
This method might be removed from future versions. Use the constructor of the BCRepository class.
See Also