CopyFileRequest

Contents
[ ]

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

Properties:

Name Type Description Notes
srcPath string Source file path e.g. ‘/folder/file.ext’
destPath string Destination file path
srcStorageName string Source storage name [optional]
destStorageName string Destination storage name [optional]
versionId string File version ID to copy [optional]

Example