PocketPlanner Programmer's Guide

Task.SaveTo Method

See Also

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

 Overload List

Name Description

Task.SaveTo (XmlElement, XmlSerializationContext)

Saves the task data to an XML document.

Task.SaveTo (XmlWriter, SerializationContext)

Saves the task data to an XML document.

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

 See Also