Creates a new Content Services document library/site.

Dropdown sites

Basic Usage

<adf-library-dialog
    (success)="useLibraryDetails($event)"
    (error)="handleError()"
>
</adf-library-dialog>

Class members

Events

NameTypeDescription
errorEventEmitter<any>Emitted when an error occurs.
successEventEmitter<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.

See also

© 2023 Alfresco Software, Inc. All Rights Reserved.