BCServerCreateHypertrieveDataStore Method (String, String, String, String) | 
 
            Creates a new Hypertrieve vault.
            
 
    Namespace: 
   BlueCieloECM.InnoCielo.Meridian.Server
    Assembly:
   BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntaxpublic void CreateHypertrieveDataStore(
	string dataStoreName,
	string streamPath,
	string dataPath,
	string tracePath
)
Public Sub CreateHypertrieveDataStore ( 
	dataStoreName As String,
	streamPath As String,
	dataPath As String,
	tracePath As String
)
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. - tracePath
 - Type: SystemString
The trace path. 
See Also