WebUIServiceHostShowMessage Method (String, String, MessageBoxButtons) Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Displays the specified message in a message box with the specified caption and buttons to place on the dialog box.

Namespace: ContentStudio.Site.Controls
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public DialogResult ShowMessage(
	string message,
	string caption,
	MessageBoxButtons buttons
)

Parameters

message
Type: SystemString
The message to display.
caption
Type: SystemString
The caption for the dialog box.
buttons
Type: System.Windows.FormsMessageBoxButtons
One of the MessageBoxButtons values: OK, OKCancel, YesNo, or YesNoCancel.

Return Value

Type: DialogResult
One of the DialogResult values indicating the result code returned by the dialog box.

Implements

IUIServiceShowMessage(String, String, MessageBoxButtons)
See Also

Reference