Exports the content of this module

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

Syntax

C#
string ExportModule(
	int ModuleID
)
Visual Basic
Function ExportModule ( 
	ModuleID As Integer
) As String

Parameters

ModuleID
Type: System..::..Int32
The ID of the module to export

Return Value

The module's content serialized as a String

See Also