Creates folders.
<adf-toolbar>
<button mat-icon-button
[adf-create-folder]="documentList.currentFolderId"
title="Title of the dialog"
(success)="doSomething($event)">
<mat-icon>create_new_folder</mat-icon>
</button>
</adf-toolbar>
<adf-document-list #documentList ...>
...
</adf-document-list>
| Name | Type | Default value | Description |
|---|---|---|---|
| nodeType | string | "cm:folder" | Type of node to create. |
| parentNodeId | string | Parent folder where the new folder will be located after creation. | |
| title | string | null | Title of folder creation dialog. |
| Name | Type | Description |
|---|---|---|
| error | EventEmitter<any> | Emitted when an error occurs (eg, a folder with same name already exists). |
| success | EventEmitter<Node> | Emitted when the folder is created successfully. |
Pass this directive the id of the parent folder where you want the new folder node to be created.
If no value is provided, the '-my-' alias is used.
This will open a Folder Dialog component to receive data for the new folder. If the data is valid
then the dialog will emit a success event when it closes.
© 2023 Alfresco Software, Inc. All Rights Reserved.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.