Skip to content

Commit 8fdab68

Browse files
committed
Fixed format error
1 parent 2193b8b commit 8fdab68

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

documentation/Get-PnPListItemComment.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ title: Get-PnPListItemComment
1212
## SYNOPSIS
1313
Retrieves all comments from the list item in the specified list.
1414

15+
## SYNTAX
16+
17+
```powershell
18+
Get-PnPListItemComment -List <ListPipeBind> -Identity <ListItemPipeBind>
19+
```
20+
1521
## EXAMPLES
1622

1723
### EXAMPLE 1

0 commit comments

Comments
 (0)