File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
sharepoint/sharepoint-ps/sharepoint-pnp Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ Single line of text: -Values @{"Title" = "Title New"}
242
242
243
243
Multiple lines of text: -Values @{"MultiText" = "New text\n\n More text"}
244
244
245
- Rich text: -Values @{"MultiText" = "< strong> New< /strong> text"}
245
+ Rich text: -Values @{"MultiText" = "< strong> New< /strong> text"}
246
246
247
247
Choice: -Values @{"Choice" = "Value 1"}
248
248
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ Single line of text: -Values @{"Title" = "Title New"}
94
94
95
95
Multiple lines of text: -Values @{"MultiText" = "New text\n\n More text"}
96
96
97
- Rich text: -Values @{"MultiText" = "< strong> New< /strong> text"}
97
+ Rich text: -Values @{"MultiText" = "< strong> New< /strong> text"}
98
98
99
99
Choice: -Values @{"Choice" = "Value 1"}
100
100
@@ -104,7 +104,7 @@ Currency: -Values @{"Number" = "10"}
104
104
105
105
Currency: -Values @{"Currency" = "10"}
106
106
107
- Date and Time: -Values @{"DateAndTime" = "03/10 /2015 14:16"}
107
+ Date and Time: -Values @{"DateAndTime" = "03/13 /2015 14:16"}
108
108
109
109
Lookup (id of lookup value): -Values @{"Lookup" = "2"}
110
110
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ Single line of text: -Values @{"TextField" = "Title New"}
102
102
103
103
Multiple lines of text: -Values @{"MultiTextField" = "New text\n\n More text"}
104
104
105
- Rich text: -Values @{"MultiTextField" = "< strong> New< /strong> text"}
105
+ Rich text: -Values @{"MultiTextField" = "< strong> New< /strong> text"}
106
106
107
107
Choice: -Values @{"ChoiceField" = "Value 1"}
108
108
@@ -112,7 +112,7 @@ Currency: -Values @{"NumberField" = "10"}
112
112
113
113
Currency: -Values @{"CurrencyField" = "10"}
114
114
115
- Date and Time: -Values @{"DateAndTimeField" = "03/10 /2015 14:16"}
115
+ Date and Time: -Values @{"DateAndTimeField" = "03/13 /2015 14:16"}
116
116
117
117
Lookup (id of lookup value): -Values @{"LookupField" = "2"}
118
118
You can’t perform that action at this time.
0 commit comments