BCServerCreateHypertrieveDataStore Method (String, String, String) |
Creates a new Hypertrieve vault.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public void CreateHypertrieveDataStore(
string dataStoreName,
string streamPath,
string dataPath
)
Public Sub CreateHypertrieveDataStore (
dataStoreName As String,
streamPath As String,
dataPath As String
)
public:
void CreateHypertrieveDataStore(
String^ dataStoreName,
String^ streamPath,
String^ dataPath
)
member CreateHypertrieveDataStore :
dataStoreName : string *
streamPath : string *
dataPath : string -> unit
Parameters
- dataStoreName
- Type: SystemString
The name of the data store to create. - streamPath
- Type: SystemString
The path to the vault stream. - dataPath
- Type: SystemString
The path to the vault location.
See Also