alfresco-ng2-components/docs/core/services/deleted-nodes-api.service.md
Andy Stark 5fc05da7aa [ADF-4152] Updated folder structure of core docs (#4415)
* [ADF-4152] Moved core library docs into subfolders

* [ADF-4152] Moved core library docs into subfolders

* [ADF-4152] Manual fixes to core doc file links

* [ADF-4152] Further automatic + manual link tidying
2019-03-12 14:20:20 +00:00

1.4 KiB

Title, Added, Status, Last reviewed
Title Added Status Last reviewed
Deleted Nodes Api service v2.0.0 Active 2018-04-05

Deleted Nodes Api service

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

Class members

Methods

  • getDeletedNodes(options?: Object): Observable<NodePaging>
    Gets a list of nodes in the trash.
    • options: Object - (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