Tracks a change when a module is copied from an exisitng page
Namespace: DotNetNuke.Entities.TabsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
void TrackModuleCopy( ModuleInfo module, int moduleVersion, int originalTabId, int userId ) |
Visual Basic |
---|
Sub TrackModuleCopy ( 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