mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
1.4 KiB
1.4 KiB
Title, Added, Status, Last reviewed
Title | Added | Status | Last reviewed |
---|---|---|---|
Library dialog component | v3.0.0 | Active | 2018-12-07 |
Library dialog component
Creates a new Content Services document library/site.
Basic Usage
<adf-library-dialog
(success)="useLibraryDetails($event)"
(error)="handleError()"
>
</adf-library-dialog>
Class members
Events
Name | Type | Description |
---|---|---|
error | EventEmitter <any> |
Emitted when an error occurs. |
success | EventEmitter <any> |
Emitted when the new library is created successfully. The event parameter is a SiteEntry object with the details of the newly-created library. |
Details
This component lets the user create a new document library/site with the usual name, ID, description and access restrictions. See the Sites section of the Content Services documentation for more information.