Skip to content

Commit 1e7b953

Browse files
authored
Merge pull request #7 from JakubPiegza/patch-9
Update description.md
2 parents a378981 + 480c48a commit 1e7b953

File tree

1 file changed

+7
-10
lines changed
  • Content Types/Create/Add Content Type to Lists with Workflows

1 file changed

+7
-10
lines changed

Content Types/Create/Add Content Type to Lists with Workflows/description.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ http://social.technet.microsoft.com/wiki/contents/articles/31051.sharepoint-onli
99

1010
### How to use?
1111

12+
1. Download and install [SharePoint Online SDK](https://www.microsoft.com/en-us/download/details.aspx?id=42038).
1213

13-
14-
1. Download and install SharePoint Online SDK.
15-
16-
2. Download the .ps1 file.
14+
2. Download the *.ps1* file.
1715

1816
3. Open the file (you can do it also in NotePad)
1917

@@ -33,15 +31,14 @@ $Name="Name of the Content Type2"
3331
$ParentContentTypeID="0x01"
3432
$Group="List Content Types"
3533
```
36-
a) Find on your computer where SharePoint.Clitent.dll and SharePoint.Client.Runtime.dll libraries are located and insert the correct paths
37-
b) Instead of "admin@tenant.onmicrosoft.com" enter you username
38-
c) Instead of "https://tenant.sharepoint.com/sites/teamsitewithlibraries" enter the name of the site collection where you want to find the content types
39-
d) Fill in the properties of the content type.
34+
a) Find on your computer where SharePoint.Clitent.dll and SharePoint.Client.Runtime.dll libraries are located and insert the correct paths</br>
35+
b) Instead of "admin@tenant.onmicrosoft.com" enter you username</br>
36+
c) Instead of "https://tenant.sharepoint.com/sites/teamsitewithlibraries" enter the name of the site collection where you want to find the content types</br>
37+
d) Fill in the properties of the content type.</br>
4038

41-
4239
5. Run the script in Powershell (any module).
4340

44-
6. When the script has executed, Powershell will show a message Content Type Name of the Content Type2 has been added to Title of the List.
41+
6. When the script has executed, Powershell will show a message *Content Type Name of the Content Type2 has been added to Title of the List*.
4542

4643
<br/><br/>
4744
<b>Enjoy and please share feedback!</b>

0 commit comments

Comments
 (0)