Class EventMessageProcessor
Inheritance
System.Object
EventMessageProcessor
Assembly: DotNetNuke.dll
Syntax
public class EventMessageProcessor : EventMessageProcessorBase
Methods
|
Improve this Doc
View Source
CreateImportModuleMessage(ModuleInfo, String, String, Int32)
Declaration
public static void CreateImportModuleMessage(ModuleInfo objModule, string content, string version, int userID)
Parameters
Type |
Name |
Description |
ModuleInfo |
objModule |
|
System.String |
content |
|
System.String |
version |
|
System.Int32 |
userID |
|
|
Improve this Doc
View Source
ProcessMessage(EventMessage)
Declaration
public override bool ProcessMessage(EventMessage message)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
Extension Methods