Tracks a change when a module is added to a page

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

Syntax

C#
void TrackModuleAddition(
	ModuleInfo module,
	int moduleVersion,
	int userId
)
Visual Basic
Sub TrackModuleAddition ( 
	module As ModuleInfo,
	moduleVersion As Integer,
	userId As Integer
)

Parameters

module
Type: DotNetNuke.Entities.Modules..::..ModuleInfo
Module which tracks the change
moduleVersion
Type: System..::..Int32
Version number corresponding to the change
userId
Type: System..::..Int32
User Id who provokes the change

See Also