Reads a Reminder object with the specified name.
Namespace: MindFusion.Scheduling
Assembly: XmlPersistContext.js
SyntaxJavaScript
Copy Code
|
|---|
function readReminder (elementName, parentElement) |
String. A string specifying the name of the Reminder XML element.
Element. The parent DOM Element object.
Reminder. The Reminder object read; null if reading has failed.
See Also