alfresco-ng2-components/docs/deleted-nodes-api.service.md
Martin Bergljung 56c07f15b4 [ADF-1586] NodeService documentation (#2614)
* [ADF-1586] NodeService documentation

* [ADF-1586] NodeService See-Also section

* [ADF-1586] NodeService Docs updated - remove activeroute use in example
2017-11-07 16:26:57 +00:00

870 B

Deleted Nodes Api service

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

Methods

getDeletedNodes(options?: Object): Observable<NodePaging>
Gets a 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