Search
XmlPersistContext.writeReminder Method
See Also
 






Writes the specified Reminder object as an XML element with the specified name and the specified parent.

Namespace: MindFusion.Scheduling
File: XmlPersistContext.js

 Syntax

JavaScript  Copy Code

function writeReminder (The, elementName, parentElement)

 Parameters

The

Reminder. The Reminder object to write.

elementName

String. A string specifying the name of the Reminder XML element.

parentElement

Element. The parent DOM Element object.

 See Also