ASP.NET Pack Programmer's Guide
XmlPersistContext.ReadHashtable Method
See Also
 





Reads a hash or traits table object with the specified name.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public Hashtable ReadHashtable (
    string elementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

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

 Parameters

elementName

A string specifying the name of the element.

parentElement

The parent XML element.

 Return Value

Type: Hashtable
The read Hashtable value

 See Also

XmlPersistContext Members
XmlPersistContext Class
MindFusion.UI.WebForms Namespace