SerializeTab

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

Syntax

C#
public static XmlNode SerializeTab(
	XmlDocument tabXml,
	TabInfo objTab,
	bool includeContent
)
Visual Basic
Public Shared Function SerializeTab ( 
	tabXml As XmlDocument,
	objTab As TabInfo,
	includeContent As Boolean
) As XmlNode

Parameters

tabXml
Type: System.Xml..::..XmlDocument
The Xml Document to use for the Tab
objTab
Type: DotNetNuke.Entities.Tabs..::..TabInfo
The TabInfo object to serialize
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,DotNetNuke.Entities.Tabs.TabInfo,System.Boolean)

See Also