UploadFileRequest

Contents
[ ]

Request model for EmailCloud.CloudStorage.File.UploadFile method.

Properties:

Name Type Description Notes
path string Path where to upload including filename and extension e.g. /file.ext or /Folder 1/file.ext If the content is multipart and path does not contains the file name it tries to get them from filename parameter from Content-Disposition header.
file System.IO.Stream File to upload
storageName string Storage name [optional]

Example