MindFusion.UI for WebForms Programmer's Guide

XmlPersistContext.WriteHashtable Method

See Also
 





Writes the specified hashtable.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public XmlElement WriteHashtable (
    Hashtable hashtable,
    string elementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

Public Function WriteHashtable( _
    hashtable As Hashtable, _
    elementName As String, _
    parentElement As XmlElement _
) As XmlElement

 Parameters

hashtable

Type: Hashtable
The Hashtable value to write.

elementName

Type: String
A string specifying the name of the element.

parentElement

Type: XmlElement
The parent XML element.

 Return Value

Type: XmlElement
The created XmlElement

 See Also