File Uploader ServiceUpload File By File Path 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 static S365File UploadFileByFilePath(
string simulatePath,
Stream fileStream,
string ownerId,
UploadConflictAction? conflictAction,
long? fileVersion = null
)VB
Public Shared Function UploadFileByFilePath (
simulatePath As String,
fileStream As Stream,
ownerId As String,
conflictAction As UploadConflictAction?,
Optional fileVersion As Long? = Nothing
) As S365FileParameters
- simulatePath String
- fileStream Stream
- ownerId String
- conflictAction NullableUploadConflictAction
- fileVersion NullableInt64 (Optional)