SerializeModule

Namespace: DotNetNuke.Entities.Modules
Assembly: 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.

Return Value

returnsM:DotNetNuke.Entities.Modules.ModuleController.SerializeModule(System.Xml.XmlDocument,DotNetNuke.Entities.Modules.ModuleInfo,System.Boolean)

See Also