summaryM:DotNetNuke.Common.Utilities.XmlUtils.DeSerializeHashtable(System.String,System.String)

Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static Hashtable DeSerializeHashtable(
	string xmlSource,
	string rootname
)
Visual Basic
Public Shared Function DeSerializeHashtable ( 
	xmlSource As String,
	rootname As String
) As Hashtable

Parameters

xmlSource
Type: System..::..String
paramxmlSourceM:DotNetNuke.Common.Utilities.XmlUtils.DeSerializeHashtable(System.String,System.String)
rootname
Type: System..::..String
paramrootnameM:DotNetNuke.Common.Utilities.XmlUtils.DeSerializeHashtable(System.String,System.String)

Return Value

returnsM:DotNetNuke.Common.Utilities.XmlUtils.DeSerializeHashtable(System.String,System.String)

See Also