mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
18 lines
357 B
Markdown
18 lines
357 B
Markdown
---
|
|
Title: Content Comment List Service
|
|
Added: v6.0.0
|
|
Status: Active
|
|
Last reviewed: 2024-05-14
|
|
---
|
|
|
|
# Content Comment List Service
|
|
|
|
Gets user image for comments in Content Services.
|
|
|
|
## API
|
|
|
|
- **getUserImage**(userId: `string`): `string`<br/>
|
|
Gets user image
|
|
- _user:_ `string` - The user id;
|
|
- **Returns** `string` - The user image path
|