alfresco-ng2-components/docs/core/directives/node-download.directive.md
Francesco Corti 5a4cc4edda
Release Note for 4.2 - Initial draft. (#6390)
* Release Note for 4.2 - Initial draft.

* update dep

* documentation

* fix

* remove script

* lint

Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
2020-12-07 21:03:41 +00:00

1.0 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.