Search
Reminder.SaveTo Method
See Also
 





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

 Overload List

Name Description

Reminder.SaveTo (BinaryWriter, BinarySerializationContext)

Saves the reminder data to a binary stream.

Reminder.SaveTo (JsonObject, JsonSerializationContext)

Saves the reminder data to a JsonObject.

Reminder.SaveTo (XmlElement, XmlSerializationContext)

Saves the reminder data to an XML document.

 See Also