Search
XmlPersistContext.readReminder Method
See Also
 






Reads a Reminder object with the specified name.

Namespace: MindFusion.Scheduling
File: XmlPersistContext.js

 Syntax

JavaScript  Copy Code

function readReminder (elementName, parentElement)

 Parameters

elementName

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

parentElement

Element. The parent DOM Element object.

 Return Value

Reminder. The Reminder object read; null if reading has failed.

 See Also