CMSBaseUserControl..::..SendStatusMessage Method
Sends the status message to the underlying CMSBasePage if it exists.
Namespace:
AdvantageCMS.Core.Admin.BaseClassesAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
public void SendStatusMessage( eCMSEngineEventStatus eventStatus, string message, string title, string category )
Parameters
- eventStatus
- Type: AdvantageCMS.Core.Admin.Event..::..eCMSEngineEventStatus
The event status.
- message
- Type: String
The message.
- title
- Type: String
The title.
- category
- Type: String
The category.