| MappingSerializerDeserializeMapping Method | 
            Deserializes a mapping from the specified string representation, and returns it.
            
 
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 10.0.0
 Syntax
Syntaxpublic Mapping DeserializeMapping(
	string content
)
Parameters
- content
- Type: SystemString
 A string representation of the mapping.
Return Value
Type: 
MappingA mapping corresponding to the specified string representation.
 See Also
See Also