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