Documentation > CMS Template API Library > Input > ShowMessage(String,String,String)
ShowMessage
Adds a section message to the input screen. Useful for adding a message to groups of controls. Uses a default message type -- MessageType.Basic. As of build 2669, foregroundColor and backgroundColor will now be ignored.
public System.Void ShowMessage(String,String,String)
Parameters
Name | Description | Type |
---|---|---|
message | The message text to display. | System.String |
backgroundColor | Obsolete: Use instead. | System.String |
foregroundColor | Obsolete: Use instead. | System.String |
Code Example
C#
Sample:
Input.ShowMessage("Page Information is used on this and other places where pages are listed by title or sorted by date.");