Eugenio Romano d7db9adbf6
Update Doc 4.1.0 (#6215)
* docbuild

* docbuild

* doc license audit

* remove link redirect to testing
2020-10-08 18:33:57 +01:00

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

Dropdown sites

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.

See also