Skip to content

Commit

Permalink
Remove name parameter from Syntax section
Browse files Browse the repository at this point in the history
  • Loading branch information
a1mery committed Mar 20, 2024
1 parent d325dde commit c56318d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/Set-PnPPage.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Sets parameters of a page
## SYNTAX

```powershell
Set-PnPPage [-Identity] <PagePipeBind> [-Name <String>] [-Title <String>]
Set-PnPPage [-Identity] <PagePipeBind> [-Title <String>]
[-LayoutType <PageLayoutType>] [-PromoteAs <PagePromoteType>] [-CommentsEnabled]
[-Publish] [-HeaderType <PageHeaderType>] [-HeaderLayoutType <PageHeaderLayoutType>] [-ScheduledPublishDate <DateTime>]
[-RemoveScheduledPublish] [-ContentType <ContentTypePipeBind>] [-ThumbnailUrl <String>] [-ShowPublishDate <Boolean>]
Expand Down

0 comments on commit c56318d

Please sign in to comment.