MappingSerializerDeserializeMapping Method |
Deserializes a mapping from the specified string representation, and returns it.
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 11.0.0
Syntax public 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