Skip to content

What it actually do

Mihail Yankov edited this page Jul 28, 2018 · 2 revisions

In details

Initialization

A virtual WCF service is registered on application start, hosted at ~/LibrariesService. Then the configuration initialization starts. It adds/updates sections for the back-end views in configuration files. Back-end list views for Images, Documents and Videos are configured during initialization.

The package is published in Release mode and it will serve you the the minified version of the JavaScript file

Downloading items

When downloading library items, the JavaScript sends an array of objects { Id, IsFolder } indicating which files and folders to download. By default, if you select a folder, you will receive all content of that folder i.e. all nested folders and files. Items that cannot be retrieved form the storage provider, they cannot be downloaded and they're skipped.

Clone this wiki locally