| EntityMappingSerializerUnserializeEntityMapping Method | 
            Parses the specified string and returns the deserialized entity mapping.
            
 
Namespace: CMS.ExternalAuthentication.FacebookAssembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 10.0.0
 Syntax
Syntaxpublic EntityMapping UnserializeEntityMapping(
	string content
)
Parameters
- content
- Type: SystemString
 The string that contains an entity mapping.
Return Value
Type: 
EntityMappingThe deserialized entity mapping.
 See Also
See Also