File Database ProviderPut File(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)
Assembly: DWSIM.FileStorage (in DWSIM.FileStorage.dll) Version: 10.0.0.0 (10.0.0.0)
C#
public void PutFile(
string filepath
)VB
Public Sub PutFile (
filepath As String
)Parameters
- filepath String
- Path of the file to import.