alfresco-ng2-components/docs/core/deleted-nodes-api.service.md

846 B

Added, Status
Added Status
v2.0.0 Active

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.
    • options - (Optional) Options for JSAPI call

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