Creates a new Hypertrieve vault.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: 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
) |
See Also