EntityMappingSerializerUnserializeEntityMapping Method |
Parses the specified XML string and returns the deserialized entity mapping.
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax public EntityMapping UnserializeEntityMapping(
string content
)
Parameters
- content
- Type: SystemString
The XML string that contains an entity mapping.
Return Value
Type:
EntityMappingThe deserialized entity info.
See Also