Creates a new Hypertrieve vault.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public void CreateHypertrieveDataStore(
	string dataStoreName,
	string streamPath,
	string dataPath
)
Visual Basic
Public Sub CreateHypertrieveDataStore ( _
	dataStoreName As String, _
	streamPath As String, _
	dataPath As String _
)
Visual C++
public:
void CreateHypertrieveDataStore(
	String^ dataStoreName, 
	String^ streamPath, 
	String^ dataPath
)

Parameters

dataStoreName
Type: System..::..String
The name of the data store to create.
streamPath
Type: System..::..String
The path to the vault stream.
dataPath
Type: System..::..String
The path to the vault location.

See Also