alfresco-ng2-components/docs/core/shared-links-api.service.md

822 B

Added, Status
Added Status
v2.0.0 Active

Shared Links Api service

Finds shared links to Content Services items.

Class members

Methods

  • getSharedLinks(options: any = {}): Observable<NodePaging>
    Gets shared links available to the current user.
    • options - Options supported by JSAPI

Details

Content Services allows users to generate URLs that can be shared with other people, even if they don't have a Content Services account. These URLs are known as shared links.

Use getSharedLinks to find all the shared links that are available to the current user. You can supply a number of options to refine the search; see the Alfresco JS API for more information.