Documentation Center

Making custom code work with the new Content Service

As of SDL Tridion 2013, the ComponentPresentation entity returned by the Content Delivery Web service (now the Content Service) contains a new property called Encoding. Only if you are upgrading from 2011 SP1 HR2, make changes to your custom code.

About this task

If you created any custom code that interacts with the Content Delivery Web service (now Content Service), you will need to make your client code work with the Content Service.

You can accomplish this by doing one of the following:

  • Ignore the new property. In your .NET client, you can accomplish this by setting IgnoreMissingProperties to true in your DataContext, then recompiling your code.
  • Regenerate the proxy and update your code to handle the new property, then recompile your code.