Click or drag to resize
EntityMappingSerializerUnserializeEntityMapping Method
Parses the specified string and returns the deserialized entity mapping.

Namespace: CMS.SocialMedia.Facebook
Assembly: CMS.SocialMedia (in CMS.SocialMedia.dll) Version: 8.2.23
Syntax
C#
public EntityMapping UnserializeEntityMapping(
	string content
)

Parameters

content
Type: SystemString
The string that contains an entity mapping.

Return Value

Type: EntityMapping
The deserialized entity mapping.
See Also