SocialMarketingBackCompatibilityHelperDeserializePublishingElement Method |
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.Web.UIAssembly: CMS.SocialMarketing.Web.UI (in CMS.SocialMarketing.Web.UI.dll) Version: 13.0.131
Syntax public static SocialMarketingBackCompatibilityHelperSocialMarketingPublishingElement DeserializePublishingElement(
string serializedElement
)
Parameters
- serializedElement
- Type: SystemString
String with SocialMarketingPublishingElement serialized to XML.
Return Value
Type:
SocialMarketingBackCompatibilityHelperSocialMarketingPublishingElementDeserialized SocialMarketingPublishingElement.
Exceptions Exception | Condition |
---|
Exception | When it is not possible to deserialize publishing element from given XML. |
See Also