Click or drag to resize
EntityMappingSerializerUnserializeEntityMapping Method
Parses the specified XML string and returns the deserialized entity mapping.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public EntityMapping UnserializeEntityMapping(
	string content
)

Parameters

content
Type: SystemString
The XML string that contains an entity mapping.

Return Value

Type: EntityMapping
The deserialized entity info.
See Also