Click or drag to resize
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.UI
Assembly: CMS.SocialMarketing.Web.UI (in CMS.SocialMarketing.Web.UI.dll) Version: 10.0.0
Syntax
C#
public static SocialMarketingBackCompatibilityHelperSocialMarketingPublishingElement DeserializePublishingElement(
	string serializedElement
)

Parameters

serializedElement
Type: SystemString
String with SocialMarketingPublishingElement serialized to XML.

Return Value

Type: SocialMarketingBackCompatibilityHelperSocialMarketingPublishingElement
Deserialized SocialMarketingPublishingElement.
Exceptions
ExceptionCondition
ExceptionWhen it is not possible to deserialize publishing element from given XML.
See Also