Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.35 KB

File metadata and controls

42 lines (30 loc) · 1.35 KB
Title Added Status Last reviewed
Library dialog component
v3.0.0
Active
2018-12-07

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