EntityMappingSerializer UnserializeEntityMapping Method Kentico 8.1 API Reference
Parses the specified XML string and returns the deserialized entity mapping.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

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

Return Value

Type: EntityMapping
The deserialized entity info.
See Also