Click or drag to resize
SocialMarketingBackCompatibilityHelper Class
Helper methods for serializing and deserializing data used for social network posting - it is used for backward compatibility only.
Inheritance Hierarchy
SystemObject
  CMS.SocialMarketingSocialMarketingBackCompatibilityHelper

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.2.23
Syntax
C#
public static class SocialMarketingBackCompatibilityHelper

The SocialMarketingBackCompatibilityHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDeserializePublishingElement
Deserializes the passed string with XML into SocialMarketingPublishingElement and returns it. Throws exception if it is not possible to deserialize publishing element from given XML.
Top
See Also