Member Junction
    Preparing search index...

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

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

    Hierarchy (View Summary)

    Index

    Constructors

    Methods