Title | Added | Status | Last reviewed |
---|---|---|---|
Library dialog component |
v3.0.0 |
Active |
2018-12-07 |
Creates a new Content Services document library/site.
<adf-library-dialog
(success)="useLibraryDetails($event)"
(error)="handleError()"
>
</adf-library-dialog>
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. |
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.