SerializeModule
Namespace: DotNetNuke.Entities.ModulesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public static XmlNode SerializeModule( XmlDocument xmlModule, ModuleInfo module, bool includeContent ) |
Visual Basic |
---|
Public Shared Function SerializeModule ( xmlModule As XmlDocument, module As ModuleInfo, includeContent As Boolean ) As XmlNode |
Parameters
- xmlModule
- Type: System.Xml..::..XmlDocument
The Xml Document to use for the Module
- module
- Type: DotNetNuke.Entities.Modules..::..ModuleInfo
The ModuleInfo object to serialize
- includeContent
- Type: System..::..Boolean
A flak that determines whether the content of the module is serialised.