SerializeTab
Namespace: DotNetNuke.Entities.TabsAssembly: 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