SocialMarketingBackCompatibilityHelper DeserializePublishingElement Method Kentico 8.0 API Reference
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.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

serializedElement
Type: OnlineSystem String
String with SocialMarketingPublishingElement serialized to XML.

Return Value

Type: SocialMarketingBackCompatibilityHelper SocialMarketingPublishingElement
Deserialized SocialMarketingPublishingElement.
Exceptions

ExceptionCondition
OnlineSystem ExceptionWhen it is not possible to deserialize publishing element from given XML.
See Also