FileDatabaseProviderPutFile(String, 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,
	string internalfilename
)

Parameters

filepath  String
Path of the file to import.
internalfilename  String
Internal name of the stored file.

Implements

IFileDatabaseProviderPutFile(String, String)

See Also