CopyFolderRequest

Contents
[ ]

Request model for EmailCloud.CloudStorage.Folder.CopyFolder method.

Properties:

Name Type Description Notes
srcPath string Source folder path e.g. ‘/src’
destPath string Destination folder path e.g. ‘/dst’
srcStorageName string Source storage name [optional]
destStorageName string Destination storage name [optional]

Example