Skip to content

Commit d0efc28

Browse files
authored
Merge branch 'dev' into IncludeTriggerInfoToFlowRun
2 parents 3efe103 + 1ae3561 commit d0efc28

File tree

5 files changed

+4892
-4884
lines changed

5 files changed

+4892
-4884
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
4242

4343
### Contributors
4444

45+
- Leon Armston [LeonArmston]
4546
- Daniel Cecil [danielcecil]
4647
- Rohit Devmore [rohit404404]
4748
- Konrad K. [wilecoyotegenius]

documentation/Export-PnPPage.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ Export-PnPPage -Identity Home.aspx
3333

3434
Exports the page 'Home.aspx' to a new PnP Provisioning Template
3535

36+
### EXAMPLE 2
37+
```powershell
38+
Export-PnPPage -Identity HR/Home.aspx -Out template.pnp
39+
```
40+
41+
Exports the page 'Home.aspx' to a new PnP Provisioning Template
42+
3643
## PARAMETERS
3744

3845
### -Configuration
@@ -93,7 +100,7 @@ Accept wildcard characters: False
93100
```
94101
95102
### -Identity
96-
The name of the page
103+
The name/identity of the page. This can be a page instance or the filename of the page. I.e. if the page is called MyPage.aspx and is located in the root of the Site Pages library, provide "MyPage" or "MyPage.aspx". If the page is called MyOtherPage.aspx and is located inside a subfolder called HR located in the root of the Site Pages library, provide "HR/MyOtherPage" or "HR/MyOtherPage.aspx
97104
98105
```yaml
99106
Type: ClientSidePagePipeBind

pnpframework_hash.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fc213f2f2db338c776890ba4ff176d08b5ec5189
1+
2e6db5756a8e3b62b3b89a764ce0f81ffe2ee0ec

0 commit comments

Comments
 (0)