Member Junction
    Preparing search index...

    Action for deleting a directory from a storage provider.

    await runAction({
    ActionName: 'Delete Storage Directory',
    Params: [{
    Name: 'StorageAccount',
    Value: 'Dropbox'
    }, {
    Name: 'DirectoryPath',
    Value: 'old-projects/'
    }, {
    Name: 'Recursive',
    Value: 'true'
    }]
    });

    Hierarchy (View Summary)

    Index

    Constructors

    Methods