Start-RayFlowFileUpload

<< Click to Display Table of Contents >>

RayFlow PowerShell API > 7.3 > Implementation Guide > Cmdlet Reference 

Start-RayFlowFileUpload

Description

Uploads a file to a RayFlow task.

 

Parameters

Name

Type

Mandatory

Description

File

FileInfo[]

Yes

The file(s) to be uploaded.

Task

PsRayFlowTask

Yes

The target task. You can get this task by invoking the Get-RayFlowTask command let.

 

Returns

Type

Description

PsRayFlowFile[]

The object(s) representing the uploaded file(s).