Skip to content

Commit e483e82

Browse files
authored
Update complete-basic-operations-using-sharepoint-client-library-code.md
Updated to reference CSOM NuGet package and not downloadable MSIs which no longer are available.
1 parent ca50568 commit e483e82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sp-add-ins/complete-basic-operations-using-sharepoint-client-library-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Complete basic operations using SharePoint client library code
33
description: Write code to perform basic operations with the SharePoint .NET Framework client object model (CSOM).
4-
ms.date: 1/15/2020
4+
ms.date: 9/1/2021
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -18,7 +18,7 @@ You can use the SharePoint client object model (CSOM) to retrieve, update, and m
1818

1919
For more information about the sets of APIs available on the SharePoint platform, see [Choose the right API set in SharePoint](../general-development/choose-the-right-api-set-in-sharepoint.md).
2020

21-
This article shows how to perform basic operations by using the .NET Framework object model, which is available as a redistributable package on the Microsoft Download Center (search for "[SharePoint Server Client Components SDK](https://www.microsoft.com/search?q=SharePoint+Server+Client+Components+SDK)" or "[SharePoint Online Client Components SDK](https://www.microsoft.com/search?q=SharePoint+Online+Client+Components+SDK").
21+
This article shows how to perform basic operations by using the .NET Framework object model, which is available as a redistributable package on at [NuGet gallery](https://www.nuget.org/packages/Microsoft.SharePointOnline.CSOM/).
2222

2323
For information about how to use the other client APIs, see:
2424

0 commit comments

Comments
 (0)