New SharePoint CSOM version released for SharePoint Online – September 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. The September 2018 release was delayed until early October due availability challenges during Ignite 2018 week.

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 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.8119.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.8119.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.

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 on 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.Online.SharePoint.Client.Tenant.dll

Following properties, classes and methods have been added.

  • public property Microsoft.Online.SharePoint.TenantAdministration.Tenant.AllowSelectSGsInODBListInTenant
  • public property Microsoft.Online.SharePoint.TenantAdministration.Tenant.EmailAttestationEnabled
  • public property Microsoft.Online.SharePoint.TenantAdministration.Tenant.GuestSharingGroupAllowListInTenant
  • public property Microsoft.Online.SharePoint.TenantAdministration.Tenant.MobileFriendlyUrlEnabledInTenant
  • public property Microsoft.Online.SharePoint.TenantAdministration.Tenant.WhoCanShareAllowListInTenant
  • public property Microsoft.Online.SharePoint.TenantManagement.Office365Tenant.AllowSelectSGsInODBList
  • public property Microsoft.Online.SharePoint.TenantManagement.Office365Tenant.EmailAttestationEnabled
  • public property Microsoft.Online.SharePoint.TenantManagement.Office365Tenant.GuestSharingGroupAllowList
  • public property Microsoft.Online.SharePoint.TenantManagement.Office365Tenant.MobileFriendlyUrlEnabled
  • public property Microsoft.Online.SharePoint.TenantManagement.Office365Tenant.WhoCanShareAllowList

Microsoft.ProjectServer.Client.dll

Following properties, classes and methods have been added.

  • public property Microsoft.ProjectServer.Client.CustomField.IsLeafOnly
  • public property Microsoft.ProjectServer.Client.CustomField.LookupAllowMultiSelect
  • public property Microsoft.ProjectServer.Client.CustomField.UseFieldForMatching
  • public property Microsoft.ProjectServer.Client.CustomFieldCreationInformation.IsLeafOnly
  • public property Microsoft.ProjectServer.Client.CustomFieldCreationInformation.UseFieldForMatching
  • public property Microsoft.ProjectServer.Client.EnterpriseResource.HyperlinkName
  • public property Microsoft.ProjectServer.Client.EnterpriseResource.HyperlinkUrl
  • public property Microsoft.ProjectServer.Client.EnterpriseResourceCreationInformation.HyperlinkName
  • public property Microsoft.ProjectServer.Client.EnterpriseResourceCreationInformation.HyperlinkUrl

Microsoft.SharePoint.Client.dll

Following properties, classes and methods have been added.

  • public property Microsoft.SharePoint.Client.RenderListDataParameters.AudienceTarget

 

“Sharing is caring”

 


SharePoint Team, Microsoft – 1st of October 2018

Feedback usabilla icon