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