summaryM:DotNetNuke.Entities.Tabs.TabController.DeserializeTab(System.String,System.Xml.XmlNode,DotNetNuke.Entities.Tabs.TabInfo,System.Collections.Hashtable,System.Int32,System.Boolean,DotNetNuke.Entities.Portals.PortalTemplateModuleAction,System.Collections.Hashtable)

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("This method has replaced in DotNetNuke 5.0 by DeserializeTab(ByVal nodeTab As XmlNode, ByVal objTab As TabInfo, ByVal hTabs As Hashtable, ByVal PortalId As Integer, ByVal IsAdminTemplate As Boolean, ByVal mergeTabs As PortalTemplateModuleAction, ByVal hModules As Hashtable)")]
public static TabInfo DeserializeTab(
	string tabName,
	XmlNode nodeTab,
	TabInfo objTab,
	Hashtable hTabs,
	int portalId,
	bool isAdminTemplate,
	PortalTemplateModuleAction mergeTabs,
	Hashtable hModules
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("This method has replaced in DotNetNuke 5.0 by DeserializeTab(ByVal nodeTab As XmlNode, ByVal objTab As TabInfo, ByVal hTabs As Hashtable, ByVal PortalId As Integer, ByVal IsAdminTemplate As Boolean, ByVal mergeTabs As PortalTemplateModuleAction, ByVal hModules As Hashtable)")> 
Public Shared Function DeserializeTab ( 
	tabName As String,
	nodeTab As XmlNode,
	objTab As TabInfo,
	hTabs As Hashtable,
	portalId As Integer,
	isAdminTemplate As Boolean,
	mergeTabs As PortalTemplateModuleAction,
	hModules As Hashtable
) As TabInfo

Parameters

tabName
Type: System..::..String
paramtabNameM:DotNetNuke.Entities.Tabs.TabController.DeserializeTab(System.String,System.Xml.XmlNode,DotNetNuke.Entities.Tabs.TabInfo,System.Collections.Hashtable,System.Int32,System.Boolean,DotNetNuke.Entities.Portals.PortalTemplateModuleAction,System.Collections.Hashtable)
nodeTab
Type: System.Xml..::..XmlNode
paramnodeTabM:DotNetNuke.Entities.Tabs.TabController.DeserializeTab(System.String,System.Xml.XmlNode,DotNetNuke.Entities.Tabs.TabInfo,System.Collections.Hashtable,System.Int32,System.Boolean,DotNetNuke.Entities.Portals.PortalTemplateModuleAction,System.Collections.Hashtable)
objTab
Type: DotNetNuke.Entities.Tabs..::..TabInfo
paramobjTabM:DotNetNuke.Entities.Tabs.TabController.DeserializeTab(System.String,System.Xml.XmlNode,DotNetNuke.Entities.Tabs.TabInfo,System.Collections.Hashtable,System.Int32,System.Boolean,DotNetNuke.Entities.Portals.PortalTemplateModuleAction,System.Collections.Hashtable)
hTabs
Type: System.Collections..::..Hashtable
paramhTabsM:DotNetNuke.Entities.Tabs.TabController.DeserializeTab(System.String,System.Xml.XmlNode,DotNetNuke.Entities.Tabs.TabInfo,System.Collections.Hashtable,System.Int32,System.Boolean,DotNetNuke.Entities.Portals.PortalTemplateModuleAction,System.Collections.Hashtable)
portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Entities.Tabs.TabController.DeserializeTab(System.String,System.Xml.XmlNode,DotNetNuke.Entities.Tabs.TabInfo,System.Collections.Hashtable,System.Int32,System.Boolean,DotNetNuke.Entities.Portals.PortalTemplateModuleAction,System.Collections.Hashtable)
isAdminTemplate
Type: System..::..Boolean
paramisAdminTemplateM:DotNetNuke.Entities.Tabs.TabController.DeserializeTab(System.String,System.Xml.XmlNode,DotNetNuke.Entities.Tabs.TabInfo,System.Collections.Hashtable,System.Int32,System.Boolean,DotNetNuke.Entities.Portals.PortalTemplateModuleAction,System.Collections.Hashtable)
mergeTabs
Type: DotNetNuke.Entities.Portals..::..PortalTemplateModuleAction
parammergeTabsM:DotNetNuke.Entities.Tabs.TabController.DeserializeTab(System.String,System.Xml.XmlNode,DotNetNuke.Entities.Tabs.TabInfo,System.Collections.Hashtable,System.Int32,System.Boolean,DotNetNuke.Entities.Portals.PortalTemplateModuleAction,System.Collections.Hashtable)
hModules
Type: System.Collections..::..Hashtable
paramhModulesM:DotNetNuke.Entities.Tabs.TabController.DeserializeTab(System.String,System.Xml.XmlNode,DotNetNuke.Entities.Tabs.TabInfo,System.Collections.Hashtable,System.Int32,System.Boolean,DotNetNuke.Entities.Portals.PortalTemplateModuleAction,System.Collections.Hashtable)

Return Value

returnsM:DotNetNuke.Entities.Tabs.TabController.DeserializeTab(System.String,System.Xml.XmlNode,DotNetNuke.Entities.Tabs.TabInfo,System.Collections.Hashtable,System.Int32,System.Boolean,DotNetNuke.Entities.Portals.PortalTemplateModuleAction,System.Collections.Hashtable)

See Also