Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.4 KB

deleted-nodes-api.service.md

File metadata and controls

31 lines (22 loc) · 1.4 KB
Title Added Status Last reviewed
Deleted Nodes Api service
v2.0.0
Active
2018-04-05

Gets a list of Content Services nodes currently in the trash.

Class members

Methods

  • getDeletedNodes(options?: any): Observable<NodePaging>
    Gets a list of nodes in the trash.
    • options: any - (Optional) Options for JS-API call
    • Returns Observable<NodePaging> - List of nodes in the trash

Details

The getDeletedNodes method returns a NodePaging object that lists the items in the trash. The format of the options parameter is described in the getDeletedNodes page of the Alfresco JS API docs.

See also