Click or drag to resize
BCNameSpaceCreateRepository Method (String, 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.19.0)
Syntax
[ObsoleteAttribute("This method might be removed from future versions. Use the constructor of the "BCRepository" class.")]
public BCRepository CreateRepository(
	string address,
	string workAreaID
)

Parameters

address
Type: SystemString
The address of the repository to create in format: "\\{MachineName}\{DataStoreName}\{VaultName}".
workAreaID
Type: SystemString
The ID property value of the work area. If or an empty string then the vault will be opened in the context of the main area.

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