Skip to content

Commit

Permalink
Merge branch 'dev' into permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamdsheth authored Feb 16, 2024
2 parents 211e021 + d5563d4 commit 89d66a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/Get-PnPFolderItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Get-PnPFolderItem [-Identity <FolderPipeBind>] [-ItemType <String>] [-ItemName <

This cmdlet allows listing of all the content in a folder. It can be used to list all files and folders in a folder and optionally all its subfolders.

Use [Get-PnPFolderFile](Get-PnPFolderFile.md) to retrieve only files and [Get-PnPFolderFolder](Get-PnPFolderFolder.md) to retrieve only folders allowing additional properties of the returned items to be requested.
Use [Get-PnPFileInFolder](Get-PnPFileInFolder.md) to retrieve only files and [Get-PnPFolderInFolder](Get-PnPFolderInFolder.md) to retrieve only folders allowing additional properties of the returned items to be requested.

## EXAMPLES

Expand Down Expand Up @@ -184,4 +184,4 @@ Accept wildcard characters: False
## RELATED LINKS
[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp)
[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp)

0 comments on commit 89d66a2

Please sign in to comment.