Documentation > CMS Template API Library > Util > DeserializeDataContractXml(String,Type)

DeserializeDataContractXml

Define a class that uses [DataContract], [DataMember], and [EnumMember] tags and you can then create an object from a xml representation of the object with this method Use the Name property in the DataMember to use a name that is different from the property name -- [DataContract(Name="MySpecialName")] Use the Namespace in the DataContract to use a namespace that is custom for XML -- [DataContract(Namespace = "MySpecialNamespace")]

public System.Object DeserializeDataContractXml(String,Type)

Parameters

NameDescriptionType

Connect with Crownpeak