Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Add-PnPPage.md #1744

Merged
merged 1 commit into from
Apr 6, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 3 additions & 17 deletions documentation/Add-PnPPage.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ title: Add-PnPPage
# Add-PnPPage

## SYNOPSIS
Allows creation of a new page
Creates a new page

## SYNTAX

Expand All @@ -23,7 +23,7 @@ Add-PnPPage [-Name] <String> [-LayoutType <PageLayoutType>]
```

## DESCRIPTION
Allows creation of a new page. The page will be located inside the Site Pages library of the cite currently connected to.
Creates a new page. The page will be located inside the Site Pages library of the cite currently connected to.

## EXAMPLES

Expand Down Expand Up @@ -129,20 +129,6 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -Connection
Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.

```yaml
Type: PnPConnection
Parameter Sets: (All)

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -ContentType
Specify either the name, ID or an actual content type.

Expand Down Expand Up @@ -274,4 +260,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)