File Picker ServiceSave File Method
Definition
Namespace: DWSIM.Simulate365.Services
Assembly: DWSIM.Simulate365 (in DWSIM.Simulate365.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: DWSIM.Simulate365 (in DWSIM.Simulate365.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public void SaveFile(
string filename,
string parentDirectoryUniqueId,
string fullPath,
int? conflictAction
)VB
Public Sub SaveFile (
filename As String,
parentDirectoryUniqueId As String,
fullPath As String,
conflictAction As Integer?
)