mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
committed by
Eugenio Romano
parent
53d96679ea
commit
e39a2b149b
@@ -32,7 +32,7 @@ export class SitesService {
|
||||
|
||||
/**
|
||||
* Gets a list of all sites in the repository.
|
||||
* @param opts Options supported by JSAPI
|
||||
* @param opts Options supported by JS-API
|
||||
* @returns List of sites
|
||||
*/
|
||||
getSites(opts: any = {}): Observable<SitePaging> {
|
||||
@@ -50,7 +50,7 @@ export class SitesService {
|
||||
/**
|
||||
* Gets the details for a site.
|
||||
* @param siteId ID of the target site
|
||||
* @param opts Options supported by JSAPI
|
||||
* @param opts Options supported by JS-API
|
||||
* @returns Information about the site
|
||||
*/
|
||||
getSite(siteId: string, opts?: any): Observable<SiteEntry> {
|
||||
|
Reference in New Issue
Block a user