alfresco-ng2-components/docs/core/directives/node-download.directive.md
Eugenio Romano d7db9adbf6
Update Doc 4.1.0 (#6215)
* docbuild

* docbuild

* doc license audit

* remove link redirect to testing
2020-10-08 18:33:57 +01:00

2.2 KiB

Title, Added, Status, Last reviewed
Title Added Status Last reviewed
Node Download directive v2.2.0 Active 2018-11-20

Node Download directive

Allows folders and/or files to be downloaded, with multiple nodes packed as a '.ZIP' archive.

Basic Usage

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

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

Class members

Properties

Name Type Default value Description
nodes NodeEntry | NodeEntry[] Nodes to download.
version VersionEntry Node's version to download.