Skip to content

Commit 5acfab5

Browse files
committed
July 2020 doc update
1 parent 371dc6b commit 5acfab5

File tree

432 files changed

+8649
-1165
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

432 files changed

+8649
-1165
lines changed

sharepoint/docs-conceptual/sharepoint-pnp/sharepoint-pnp-cmdlets.md

Lines changed: 102 additions & 42 deletions
Large diffs are not rendered by default.

sharepoint/sharepoint-ps/sharepoint-pnp/Add-PnPAlert.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Add-PnPAlert -List <ListPipeBind>
2323
[-Filter <AlertFilter>]
2424
[-Time <DateTime>]
2525
[-Web <WebPipeBind>]
26-
[-Connection <SPOnlineConnection>]
26+
[-Connection <PnPConnection>]
2727
```
2828

2929
## EXAMPLES
@@ -169,7 +169,7 @@ Optional connection to be used by the cmdlet. Retrieve the value for this parame
169169
Only applicable to: SharePoint Online, SharePoint Server 2019
170170
171171
```yaml
172-
Type: SPOnlineConnection
172+
Type: PnPConnection
173173
Parameter Sets: (All)
174174

175175
Required: False

sharepoint/sharepoint-ps/sharepoint-pnp/Add-PnPApp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add-PnPApp -Path <String>
1919
[-Scope <AppCatalogScope>]
2020
[-Overwrite [<SwitchParameter>]]
2121
[-Timeout <Int>]
22-
[-Connection <SPOnlineConnection>]
22+
[-Connection <PnPConnection>]
2323
```
2424

2525
### Add and Publish
@@ -30,7 +30,7 @@ Add-PnPApp -Path <String>
3030
[-Scope <AppCatalogScope>]
3131
[-Overwrite [<SwitchParameter>]]
3232
[-Timeout <Int>]
33-
[-Connection <SPOnlineConnection>]
33+
[-Connection <PnPConnection>]
3434
```
3535

3636
## EXAMPLES
@@ -148,7 +148,7 @@ Optional connection to be used by the cmdlet. Retrieve the value for this parame
148148
Only applicable to: SharePoint Online, SharePoint Server 2019
149149
150150
```yaml
151-
Type: SPOnlineConnection
151+
Type: PnPConnection
152152
Parameter Sets: (All)
153153

154154
Required: False

sharepoint/sharepoint-ps/sharepoint-pnp/Add-PnPApplicationCustomizer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add-PnPApplicationCustomizer -ClientSideComponentId <GuidPipeBind>
2222
[-ClientSideComponentProperties <String>]
2323
[-ClientSideHostProperties <String>]
2424
[-Web <WebPipeBind>]
25-
[-Connection <SPOnlineConnection>]
25+
[-Connection <PnPConnection>]
2626
```
2727

2828
## DESCRIPTION
@@ -143,7 +143,7 @@ Optional connection to be used by the cmdlet. Retrieve the value for this parame
143143
Only applicable to: SharePoint Online, SharePoint Server 2019
144144
145145
```yaml
146-
Type: SPOnlineConnection
146+
Type: PnPConnection
147147
Parameter Sets: (All)
148148

149149
Required: False

sharepoint/sharepoint-ps/sharepoint-pnp/Add-PnPClientSidePage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add-PnPClientSidePage -Name <String>
2222
[-Publish [<SwitchParameter>]]
2323
[-HeaderLayoutType <ClientSidePageHeaderLayoutType>]
2424
[-Web <WebPipeBind>]
25-
[-Connection <SPOnlineConnection>]
25+
[-Connection <PnPConnection>]
2626
```
2727

2828
## EXAMPLES
@@ -168,7 +168,7 @@ Optional connection to be used by the cmdlet. Retrieve the value for this parame
168168
Only applicable to: SharePoint Online, SharePoint Server 2019
169169
170170
```yaml
171-
Type: SPOnlineConnection
171+
Type: PnPConnection
172172
Parameter Sets: (All)
173173

174174
Required: False

sharepoint/sharepoint-ps/sharepoint-pnp/Add-PnPClientSidePageSection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add-PnPClientSidePageSection -Page <ClientSidePagePipeBind>
1919
[-Order <Int>]
2020
[-ZoneEmphasis <Int>]
2121
[-Web <WebPipeBind>]
22-
[-Connection <SPOnlineConnection>]
22+
[-Connection <PnPConnection>]
2323
```
2424

2525
## EXAMPLES
@@ -118,7 +118,7 @@ Optional connection to be used by the cmdlet. Retrieve the value for this parame
118118
Only applicable to: SharePoint Online, SharePoint Server 2019
119119
120120
```yaml
121-
Type: SPOnlineConnection
121+
Type: PnPConnection
122122
Parameter Sets: (All)
123123

124124
Required: False

sharepoint/sharepoint-ps/sharepoint-pnp/Add-PnPClientSideText.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add-PnPClientSideText -Page <ClientSidePagePipeBind>
1919
-Text <String>
2020
[-Order <Int>]
2121
[-Web <WebPipeBind>]
22-
[-Connection <SPOnlineConnection>]
22+
[-Connection <PnPConnection>]
2323
```
2424

2525
### Positioned
@@ -30,7 +30,7 @@ Add-PnPClientSideText -Page <ClientSidePagePipeBind>
3030
-Column <Int>
3131
[-Order <Int>]
3232
[-Web <WebPipeBind>]
33-
[-Connection <SPOnlineConnection>]
33+
[-Connection <PnPConnection>]
3434
```
3535

3636
## DESCRIPTION
@@ -123,7 +123,7 @@ Optional connection to be used by the cmdlet. Retrieve the value for this parame
123123
Only applicable to: SharePoint Online, SharePoint Server 2019
124124
125125
```yaml
126-
Type: SPOnlineConnection
126+
Type: PnPConnection
127127
Parameter Sets: (All)
128128

129129
Required: False

sharepoint/sharepoint-ps/sharepoint-pnp/Add-PnPClientSideWebPart.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add-PnPClientSideWebPart -Page <ClientSidePagePipeBind>
2020
[-WebPartProperties <PropertyBagPipeBind>]
2121
[-Order <Int>]
2222
[-Web <WebPipeBind>]
23-
[-Connection <SPOnlineConnection>]
23+
[-Connection <PnPConnection>]
2424
```
2525

2626
### Default with 3rd party web part
@@ -30,7 +30,7 @@ Add-PnPClientSideWebPart -Page <ClientSidePagePipeBind>
3030
[-WebPartProperties <PropertyBagPipeBind>]
3131
[-Order <Int>]
3232
[-Web <WebPipeBind>]
33-
[-Connection <SPOnlineConnection>]
33+
[-Connection <PnPConnection>]
3434
```
3535

3636
### Positioned with built-in web part
@@ -42,7 +42,7 @@ Add-PnPClientSideWebPart -Page <ClientSidePagePipeBind>
4242
[-WebPartProperties <PropertyBagPipeBind>]
4343
[-Order <Int>]
4444
[-Web <WebPipeBind>]
45-
[-Connection <SPOnlineConnection>]
45+
[-Connection <PnPConnection>]
4646
```
4747

4848
### Positioned with 3rd party web part
@@ -54,7 +54,7 @@ Add-PnPClientSideWebPart -Page <ClientSidePagePipeBind>
5454
[-WebPartProperties <PropertyBagPipeBind>]
5555
[-Order <Int>]
5656
[-Web <WebPipeBind>]
57-
[-Connection <SPOnlineConnection>]
57+
[-Connection <PnPConnection>]
5858
```
5959

6060
## DESCRIPTION
@@ -189,7 +189,7 @@ Optional connection to be used by the cmdlet. Retrieve the value for this parame
189189
Only applicable to: SharePoint Online, SharePoint Server 2019
190190
191191
```yaml
192-
Type: SPOnlineConnection
192+
Type: PnPConnection
193193
Parameter Sets: (All)
194194

195195
Required: False

sharepoint/sharepoint-ps/sharepoint-pnp/Add-PnPContentType.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add-PnPContentType -Name <String>
2020
[-Group <String>]
2121
[-ParentContentType <ContentType>]
2222
[-Web <WebPipeBind>]
23-
[-Connection <SPOnlineConnection>]
23+
[-Connection <PnPConnection>]
2424
```
2525

2626
## EXAMPLES
@@ -98,7 +98,7 @@ Accept pipeline input: False
9898
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.
9999
100100
```yaml
101-
Type: SPOnlineConnection
101+
Type: PnPConnection
102102
Parameter Sets: (All)
103103

104104
Required: False

sharepoint/sharepoint-ps/sharepoint-pnp/Add-PnPContentTypeToDocumentSet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Adds a content type to a document set
1717
Add-PnPContentTypeToDocumentSet -ContentType <ContentTypePipeBind[]>
1818
-DocumentSet <DocumentSetPipeBind>
1919
[-Web <WebPipeBind>]
20-
[-Connection <SPOnlineConnection>]
20+
[-Connection <PnPConnection>]
2121
```
2222

2323
## EXAMPLES
@@ -75,7 +75,7 @@ Accept pipeline input: False
7575
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.
7676
7777
```yaml
78-
Type: SPOnlineConnection
78+
Type: PnPConnection
7979
Parameter Sets: (All)
8080

8181
Required: False

0 commit comments

Comments
 (0)