File Uploader ServiceUpload Document Async 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#
private static Task<UploadFileResponseModel> UploadDocumentAsync(
string parentUniqueIdentifier,
string filename,
Stream fileStream,
string ownerId,
UploadConflictAction? conflictAction,
long? fileVersion
)VB
Private Shared Function UploadDocumentAsync (
parentUniqueIdentifier As String,
filename As String,
fileStream As Stream,
ownerId As String,
conflictAction As UploadConflictAction?,
fileVersion As Long?
) As Task(Of UploadFileResponseModel)Parameters
- parentUniqueIdentifier String
- filename String
- fileStream Stream
- ownerId String
- conflictAction NullableUploadConflictAction
- fileVersion NullableInt64