alfresco-ng2-components/docs/node-download.directive.md
2018-02-20 14:00:18 +00:00

550 B

Node Download directive

Allows folders and/or files to be downloaded. Multiple nodes are packed as a '.ZIP' archive.

Basic Usage

<adf-toolbar>
    <button mat-icon-button
            [adfNodeDownload]="documentList.selection">
            <mat-icon>get_app</mat-icon>
    </button>
</adf-toolbar>

<adf-document-list #documentList ...>
 ...
</adf-document-list>

Properties

Name Type Default value Description
nodes MinimalNodeEntity[] Nodes to download.