alfresco-ng2-components/docs/core/deleted-nodes-api.service.md
Andy Stark e03f3a1a6b [ADF-3323] Fixed broken links in doc files (#3662)
* [ADF-3323] Fixed URL path to Typescript source files

* [ADF-3323] Fixed and checked broken links caused by previous bug
2018-08-14 15:42:45 +01:00

1.3 KiB

Added, Status, Last reviewed
Added Status Last reviewed
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 JSAPI 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 (see Document Library model for more information about this class). The format of the options parameter is described in the getDeletedNodes page of the Alfresco JS API docs.

See also