Click or drag to resize
SerializationExtensionsDeserialize Method
Returns the XML element deserialized as a BaseInfo object.

Namespace: CMS.DataEngine.Serialization
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static DeserializationResult Deserialize(
	this XmlElement element
)

Parameters

element
Type: System.XmlXmlElement
XML element containing all the object data

Return Value

Type: DeserializationResult

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type XmlElement. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Exceptions
ExceptionCondition
ArgumentNullExceptionelement is null.
See Also