MindFusion.Scheduling for JavaScript Programmer's Guide
XmlPersistContext.writeString Method
See Also
 






Writes a string value with the specified name.

Namespace: MindFusion.Scheduling
Assembly: XmlPersistContext.js

 Syntax

JavaScript  Copy Code

function writeString (stringValue, elementName, parentElement)

 Parameters

stringValue

String. The string that should be saved in current XML document.

elementName

String. A string specifying the name of the new element.

parentElement

Element. The parent DOM Element object.

 Return Value

Element. The newly created DOM Element object.

 See Also

XmlPersistContext Members
XmlPersistContext Class
MindFusion.Scheduling Namespace