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

Namespace: CMS.MembershipProvider.Facebook
Assembly: CMS.MembershipProvider (in CMS.MembershipProvider.dll) Version: 9.0.0
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