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: 1.4.0.0 (1.4.40.0)

Syntax

C#
[ObsoleteAttribute("This method might be removed from future versions. Use the constructor of the "BCRepository" class.")]
public BCRepository CreateRepository(
	string address
)
Visual Basic
<ObsoleteAttribute("This method might be removed from future versions. Use the constructor of the "BCRepository" class.")> _
Public Function CreateRepository ( _
	address As String _
) As BCRepository
Visual C++
[ObsoleteAttribute(L"This method might be removed from future versions. Use the constructor of the "BCRepository" class.")]
public:
BCRepository^ CreateRepository(
	String^ address
)

Parameters

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

Return Value

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