New SharePoint CSOM version released for SharePoint Online – June 2018

SharePoint team

We are happy to announce the availability of new SharePoint Client-Side Object Model (CSOM) version targeted for the Office 365 or more specifically for SharePoint and Project Online. This was mainly a small maintenance release with minimal updates on the CSOM API surface.

You can find the latest CSOM package for SharePoint Online, including the Project Online CSOM assembly, from the NuGet gallery with an id of ‘Microsoft.SharePointOnline.CSOM‘. We are also working on updating the redistributable package at some point, but you can already right now start using some of these new capabilities in your solutions. We do recommend you to use the NuGet Package to gain access to the latest version, rather than downloading the SDK to your machine.

The version of the newly released CSOM package is 16.1.7813.1200. Previous versions of the NuGet have not been removed so that your existing solutions will continue working without issues and you can decide when the new version is taken into use. Notice that even though the NuGet version is increased to 16.1.7813.1200, actual assembly version of the released assemblies is 16.1.0.0. You can also check the version of the assemblies from the File Version attribute, which aligns with the NuGet version.

CSOM NuGet at VS2017 NuGet manager

SharePoint Online Management Shell has been also updated to match with this CSOM release. There were no new cmdlets as part of that release.

Notice that since this NuGet package is targeted to SharePoint Online, you cannot use it directly in on-premises environments (SharePoint 2013 or 2016). This is because of the server side dependencies of the APIs. CSOM versioning model and dependency to your target environment are clarified in following blog post – Using correct Client-Side Object Model (CSOM) version for SharePoint customizations. We have released separate NuGet packages for on-premises. See following blog post for additional details – SharePoint CSOM versions for on-premises released as NuGet packages.

New properties and methods across assemblies

Here’s a raw list of all the changes in the classes, properties and methods within this package.

Microsoft.SharePoint.Client

Following properties, classes and methods have been added.

  • public method Microsoft.SharePoint.Client.File.CheckAccessAndPostViewAuditEvent
  • public property Microsoft.SharePoint.Client.HubSiteCreationInformation.RequiresJoinApproval
  • public property Microsoft.SharePoint.Client.List.DisableGridEditing
  • public method Microsoft.SharePoint.Client.ListItem.UpdateEx public class Microsoft.SharePoint.Client.ListItemUpdateParameters
  • public property Microsoft.SharePoint.Client.RenderListDataParameters.MergeDefaultView
  • public property Microsoft.SharePoint.Client.SharingLinkInfo.PasswordLastModified
  • public enum value Microsoft.SharePoint.Client.SharingOperationStatusCode.OperationCancelled
  • public property Microsoft.SharePoint.Client.Web.MegaMenuEnabled
  • public property Microsoft.SharePoint.Client.Web.ObjectCacheEnabled

Microsoft.Online.SharePoint.Client.Tenant

Following properties, classes and methods have been added.

  • public property Microsoft.Online.SharePoint.TenantAdministration.HubSiteProperties.RequiresJoinApproval
  • public property Microsoft.Online.SharePoint.TenantAdministration.Tenant.HiddenWebPartIds

“Sharing is caring”


SharePoint Team, Microsoft – 28th of June 2018

Feedback usabilla icon