0.0.5 • Published 9 years ago

sp-list-items-as-folders v0.0.5

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

sp-list-items-as-folders

Create SharePoint list items as folders recursively.

Installation

npm sp-list-items-as-folders --save

Usage

var makeFolders = require('sp-list-items-as-folders');

var options = {
    'webUrl': 'web url',
    'listTitle': 'list title',
    'folderPath': 'Folder 1/Folder 2',
    'useAppContextSite': false,
    'fieldValues': {
        'Title': 'title'
    }
};

makeFolders(options, function () {
    // Do something
}, function (sender, args) {
    // Error
}):

License

MIT.

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago