<< Click to Display Table of Contents >> RayFlow PowerShell API > 7.3 > Implementation Guide > Cmdlet Reference Start-RayFlowFileUpload |
Uploads a file to a RayFlow task.
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. |
Type |
Description |
PsRayFlowFile[] |
The object(s) representing the uploaded file(s). |