New SharePoint CSOM version released for SharePoint Online – October 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 do recommend you to use the NuGet Package to gain access to the latest version, rather than downloading the SDK to your machine as we do not update the separate MSI installer for SharePoint Online CSOM anymore.

The version of the newly released CSOM package is 16.1.8210.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.8210.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 has been also updated to match with this CSOM release with few new cmdlets as listed below.

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.SharePoint.Client

Following properties, classes and methods have been added.

  • public property Microsoft.SharePoint.Client.Web.HostedApps
  • public class Microsoft.SharePoint.ClientSideComponent.HostedApp
  • public class Microsoft.SharePoint.ClientSideComponent.HostedAppsManager

Microsoft.Online.SharePoint.Client.Tenant

Following properties, classes and methods have been added.

  • public property Microsoft.Online.SharePoint.TenantAdministration.Tenant.CustomizedExternalSharingServiceUrl
  • public property Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant.IsDomainIsolated
  • public property Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant.PackageName
  • public property Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest.IsDomainIsolated
  • public property Microsoft.Online.SharePoint.TenantManagement.Office365Tenant.CustomizedExternalSharingServiceUrl

Microsoft.ProjectServer.Client

Following properties, classes and methods have been added.

  • public property Microsoft.ProjectServer.Client.CustomField.GraphicalIndicatorNonSummary
  • public property Microsoft.ProjectServer.Client.CustomField.GraphicalIndicatorProjectSummary
  • public property Microsoft.ProjectServer.Client.CustomField.GraphicalIndicatorSummary
  • public property Microsoft.ProjectServer.Client.CustomField.ShowToolTip
  • public property Microsoft.ProjectServer.Client.CustomFieldCreationInformation.GraphicalIndicatorNonSummary
  • public property Microsoft.ProjectServer.Client.CustomFieldCreationInformation.GraphicalIndicatorProjectSummary
  • public property Microsoft.ProjectServer.Client.CustomFieldCreationInformation.GraphicalIndicatorSummary
  • public property Microsoft.ProjectServer.Client.CustomFieldCreationInformation.ShowToolTip

New cmdlets in SharePoint Online Management Shell

Here’s a list of new cmdlets included in the SharePoint Online Management Shell release. Documentation for these will be provided when capabilities will be enabled.

“Sharing is caring”

 


SharePoint Team, Microsoft – 30th of October 2018

Discussion is closed.

Feedback usabilla icon