Synchronizes the module content between cache and database.

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

Syntax

C#
public static void SynchronizeModule(
	int moduleID
)
Visual Basic
Public Shared Sub SynchronizeModule ( 
	moduleID As Integer
)

Parameters

moduleID
Type: System..::..Int32
The module ID.

See Also