mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ADF-1769] Added JSDocs and methods and updated script (#2927)
This commit is contained in:
committed by
Eugenio Romano
parent
2bfed5818f
commit
76ad797488
@@ -4,14 +4,15 @@ Gets information about a Content Services user.
|
||||
|
||||
## Methods
|
||||
|
||||
`getUserInfo(userName: string): Observable<EcmUserModel>`<br/>
|
||||
Gets information about a user identified by their username.
|
||||
- `getUserInfo(userName: string): Observable<EcmUserModel>`
|
||||
Gets information about a user identified by their username.
|
||||
- `userName` - Target username
|
||||
- `getCurrentUserInfo(): Observable<EcmUserModel>`
|
||||
Gets information about the user who is currently logged-in.
|
||||
|
||||
`getCurrentUserInfo(): Observable<EcmUserModel>`<br/>
|
||||
Gets information about the user who is currently logged-in.
|
||||
|
||||
`getUserProfileImage(avatarId: string)`<br/>
|
||||
Returns a profile image as a URL.
|
||||
- `getUserProfileImage(avatarId: string): string`
|
||||
Returns a profile image as a URL.
|
||||
- `avatarId` - Target avatar
|
||||
|
||||
## Details
|
||||
|
||||
|
||||
Reference in New Issue
Block a user