summaryM:DotNetNuke.Entities.Portals.PortalController.ParsePanes(System.Xml.XmlNode,System.Int32,System.Int32,DotNetNuke.Entities.Portals.PortalTemplateModuleAction,System.Collections.Hashtable)

Namespace: DotNetNuke.Entities.Portals
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in DotNetNuke 5.0. This function has been replaced by TabController.DeserializePanes")]
public void ParsePanes(
	XmlNode nodePanes,
	int portalId,
	int TabId,
	PortalTemplateModuleAction mergeTabs,
	Hashtable hModules
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in DotNetNuke 5.0. This function has been replaced by TabController.DeserializePanes")> 
Public Sub ParsePanes ( 
	nodePanes As XmlNode,
	portalId As Integer,
	TabId As Integer,
	mergeTabs As PortalTemplateModuleAction,
	hModules As Hashtable
)

Parameters

nodePanes
Type: System.Xml..::..XmlNode
paramnodePanesM:DotNetNuke.Entities.Portals.PortalController.ParsePanes(System.Xml.XmlNode,System.Int32,System.Int32,DotNetNuke.Entities.Portals.PortalTemplateModuleAction,System.Collections.Hashtable)
portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Entities.Portals.PortalController.ParsePanes(System.Xml.XmlNode,System.Int32,System.Int32,DotNetNuke.Entities.Portals.PortalTemplateModuleAction,System.Collections.Hashtable)
TabId
Type: System..::..Int32
paramTabIdM:DotNetNuke.Entities.Portals.PortalController.ParsePanes(System.Xml.XmlNode,System.Int32,System.Int32,DotNetNuke.Entities.Portals.PortalTemplateModuleAction,System.Collections.Hashtable)
mergeTabs
Type: DotNetNuke.Entities.Portals..::..PortalTemplateModuleAction
parammergeTabsM:DotNetNuke.Entities.Portals.PortalController.ParsePanes(System.Xml.XmlNode,System.Int32,System.Int32,DotNetNuke.Entities.Portals.PortalTemplateModuleAction,System.Collections.Hashtable)
hModules
Type: System.Collections..::..Hashtable
paramhModulesM:DotNetNuke.Entities.Portals.PortalController.ParsePanes(System.Xml.XmlNode,System.Int32,System.Int32,DotNetNuke.Entities.Portals.PortalTemplateModuleAction,System.Collections.Hashtable)

See Also