FileDatabaseProviderPutFile(String) Method

Stores a file in the database.

Definition

Namespace: DWSIM.FileStorage
Assembly: DWSIM.FileStorage (in DWSIM.FileStorage.dll) Version: 10.0.0.0 (10.0.0.0)
public void PutFile(
	string filepath
)

Parameters

filepath  String
Path of the file to import.

Implements

IFileDatabaseProviderPutFile(String)

See Also