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.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- serializedElement
- Type: System String
String with SocialMarketingPublishingElement serialized to XML.
Return Value
Type: SocialMarketingBackCompatibilityHelper SocialMarketingPublishingElementDeserialized SocialMarketingPublishingElement.
Exceptions
Exception | Condition |
---|---|
System Exception | When it is not possible to deserialize publishing element from given XML. |
See Also