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
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.2.23
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