ActionControlBase..::..CreateEvent Method (String, String, eCMSEngineEventStatus, String, List<(Of <(<'EngineEventArgs>)>)>)
Method to call in order to pass message to front end display.
Namespace:
AdvantageCMS.Core.Admin.BaseClassesAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
protected void CreateEvent( string title, string message, eCMSEngineEventStatus status, string category, List<EngineEventArgs> args )
Parameters
- title
- Type: String
Title of the message
- message
- Type: String
Message content
- status
- Type: AdvantageCMS.Core.Admin.Event..::..eCMSEngineEventStatus
event status (determines color of alert)
- category
- Type: String
Category of message
- args
- Type: List<(Of <(<'EngineEventArgs>)>)>
Optional paramter to return the list of engine status messages

