PocketPlanner Programmer's Guide

Item.SaveTo Method

See Also

Saves the item data to a binary stream or an XML document.

 Overload List

Name Description

Item.SaveTo (XmlElement, XmlSerializationContext)

Saves the item data to an XML document.

Item.SaveTo (XmlWriter, SerializationContext)

Saves the item data to an XML document.

 Since version 4.4, this method is considered obsolete. Instead, use the SaveTo method.

 See Also