FileUploaderServiceUploadDocumentAsync Method

Definition

Namespace: DWSIM.Simulate365.Services
Assembly: DWSIM.Simulate365 (in DWSIM.Simulate365.dll) Version: 1.0.0.0 (1.0.0.0)
private static Task<UploadFileResponseModel> UploadDocumentAsync(
	string parentUniqueIdentifier,
	string filename,
	Stream fileStream,
	string ownerId,
	UploadConflictAction? conflictAction,
	long? fileVersion
)

Parameters

parentUniqueIdentifier  String
 
filename  String
 
fileStream  Stream
 
ownerId  String
 
conflictAction  NullableUploadConflictAction
 
fileVersion  NullableInt64
 

Return Value

TaskUploadFileResponseModel

See Also