Action for moving/renaming a file object within a storage provider.

Example

await runAction({
ActionName: 'Move Storage Object',
Params: [{
Name: 'StorageProvider',
Value: 'Box.com'
}, {
Name: 'SourceObjectName',
Value: 'temp/file.txt'
}, {
Name: 'DestinationObjectName',
Value: 'permanent/file.txt'
}]
});

Hierarchy (view full)

Constructors

Methods