Click or drag to resize
MappingSerializerDeserializeMapping Method
Deserializes a mapping from the specified string representation, and returns it.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 8.2.23
Syntax
C#
public Mapping DeserializeMapping(
	string content
)

Parameters

content
Type: SystemString
A string representation of the mapping.

Return Value

Type: Mapping
A mapping corresponding to the specified string representation.
See Also