New SharePoint CSOM version released for SharePoint Online – May 2017

Vesa Juvonen

We are happy to announce availability of new SharePoint Client Side Object Model (CSOM) version targeted for the Office 365 or more specifically for SharePoint and Project Online. This release again contains few updates on the existing SharePoint CSOM assemblies and some maintenance changes

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 on latest version, rather than downloading the SDK to your machine.

Version of the newly released CSOM package is 16.1.6518.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.6518.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.

SharePoint Online Management Shell will be also updated during upcoming days to match with this CSOM release. MSDN reference API documentation was last time updated during and we’re working on refresh for these as well. SharePoint Online SDK available from the Microsoft download center will be also updated to this version, but we do recommend using rather NuGet packages than this SDK as part of your development. 

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 is 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 cross 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 enum Microsoft.SharePoint.Client.CustomerKeyVaultKeyType
  • public enum value Microsoft.SharePoint.Client.EventReceiverType.SiteMovingFromGeoLocation
  • public property Microsoft.SharePoint.Client.Field.DefaultFormula
  • public property Microsoft.SharePoint.Client.FieldCalculated.DisplayFormat
  • public property Microsoft.SharePoint.Client.FieldNumber.DisplayFormat
  • public property Microsoft.SharePoint.Client.FieldNumber.ShowAsPercentage
  • public method Microsoft.SharePoint.Client.List.ValidateAppName
  • public property Microsoft.SharePoint.Client.ListItem.CommentsDisabled
  • public property Microsoft.SharePoint.Client.ListItem.CommentsDisabledScope
  • public method Microsoft.SharePoint.Client.ListItem.SetCommentsDisabled
  • public property Microsoft.SharePoint.Client.RenderListDataOverrideParameters.ViewPath
  • public property Microsoft.SharePoint.Client.Site.ComplianceAttribute
  • public method Microsoft.SharePoint.Client.Site.RollTenantBringYourOwnKey
  • public enum value Microsoft.SharePoint.Client.SpecialFolderType.ScreenShots
  • public enum Microsoft.SharePoint.Client.SPVirusCheckStatus
  • public property Microsoft.SharePoint.Client.Web.CommentsOnSitePagesDisabled
  • public property Microsoft.SharePoint.Client.WebInformation.LastItemUserModifiedDate
  • public property Microsoft.SharePoint.Client.View.PageRenderType

Microsoft.Online.SharePoint.Client.Tenant

Following properties, classes and methods have been added.

  • public property Microsoft.Online.SharePoint.TenantAdministration.SiteProperties.RestrictedToRegion
  • public property Microsoft.Online.SharePoint.TenantAdministration.Tenant.CommentsOnSitePagesDisabled
  • public property Microsoft.Online.SharePoint.TenantManagement.Office365Tenant.CommentsOnSitePagesDisabled

“Sharing is caring”


Vesa Juvonen, Senior Program Manager, OneDrive-SharePoint Engineering, Microsoft – 26th of May 2017

Feedback usabilla icon