SerializeTab

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

Syntax

C#
public static XmlNode SerializeTab(
	XmlDocument tabXml,
	Hashtable tabs,
	TabInfo tab,
	PortalInfo portal,
	bool includeContent
)
Visual Basic
Public Shared Function SerializeTab ( 
	tabXml As XmlDocument,
	tabs As Hashtable,
	tab As TabInfo,
	portal As PortalInfo,
	includeContent As Boolean
) As XmlNode

Parameters

tabXml
Type: System.Xml..::..XmlDocument
The Xml Document to use for the Tab
tabs
Type: System.Collections..::..Hashtable
A Hashtable used to store the names of the tabs
tab
Type: DotNetNuke.Entities.Tabs..::..TabInfo
The TabInfo object to serialize
portal
Type: DotNetNuke.Entities.Portals..::..PortalInfo
The Portal object to which the tab belongs
includeContent
Type: System..::..Boolean
A flag used to determine if the Module content is included

Return Value

returnsM:DotNetNuke.Entities.Tabs.TabController.SerializeTab(System.Xml.XmlDocument,System.Collections.Hashtable,DotNetNuke.Entities.Tabs.TabInfo,DotNetNuke.Entities.Portals.PortalInfo,System.Boolean)

See Also