BCNameSpaceCreateRepository Method (String) |
Note: This API is now obsolete.
Returns a new
BCRepository instance that represents connection to the vault.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: 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
)
<ObsoleteAttribute("This method might be removed from future versions. Use the constructor of the "BCRepository" class.")>
Public Function CreateRepository (
address As String
) As BCRepository
public:
[ObsoleteAttribute(L"This method might be removed from future versions. Use the constructor of the "BCRepository" class.")]
BCRepository^ CreateRepository(
String^ address
)
[<ObsoleteAttribute("This method might be removed from future versions. Use the constructor of the "BCRepository" class.")>]
member CreateRepository :
address : string -> BCRepository
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