Tracks a change when a copied module is deleted from an exisitng page

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

Syntax

C#
void TrackModuleUncopy(
	ModuleInfo module,
	int moduleVersion,
	int originalTabId,
	int userId
)
Visual Basic
Sub TrackModuleUncopy ( 
	module As ModuleInfo,
	moduleVersion As Integer,
	originalTabId 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
originalTabId
Type: System..::..Int32
Tab Id where the module originally is
userId
Type: System..::..Int32
User Id who provokes the change

See Also