Skip to content

Commit 8aca58f

Browse files
author
Diane Diaz
committed
fix numbering
1 parent 3133e74 commit 8aca58f

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

docs/general-development/how-to-follow-documents-and-sites-by-using-the-net-client-object-model-in-sharep.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,23 +82,15 @@ To create a console application that uses the .NET client object model to work w
8282

8383
5. Add references to the following assemblies:
8484

85-
- **Microsoft.SharePoint.Client**
86-
87-
85+
- **Microsoft.SharePoint.Client**
8886
- **Microsoft.SharePoint.ClientRuntime**
89-
90-
9187
- **Microsoft.SharePoint.Client.UserProfiles**
9288

93-
9489
6. Replace the contents of the **Program** class with the code example from one of the following scenarios:
9590

96-
- [Start and stop following content](how-to-follow-documents-and-sites-by-using-the-net-client-object-model-in-sharep.md#bkmk_FollowContent)
97-
98-
91+
- [Start and stop following content](how-to-follow-documents-and-sites-by-using-the-net-client-object-model-in-sharep.md#bkmk_FollowContent)
9992
- [Get followed content for the current user](how-to-follow-documents-and-sites-by-using-the-net-client-object-model-in-sharep.md#bkmk_GetFollowed)
10093

101-
10294
7. To test the console application, on the menu bar, choose **Debug**, **Start Debugging**.
10395

10496

0 commit comments

Comments
 (0)