FileUploaderServiceUploadFileByFilePath Method

Definition

Namespace: DWSIM.Simulate365.Services
Assembly: DWSIM.Simulate365 (in DWSIM.Simulate365.dll) Version: 1.0.0.0 (1.0.0.0)
public static S365File UploadFileByFilePath(
	string simulatePath,
	Stream fileStream,
	string ownerId,
	UploadConflictAction? conflictAction,
	long? fileVersion = null
)

Parameters

simulatePath  String
 
fileStream  Stream
 
ownerId  String
 
conflictAction  NullableUploadConflictAction
 
fileVersion  NullableInt64  (Optional)
 

Return Value

S365File

See Also