Click or drag to resize
AbstractUserControlShowConfirmation Method
Shows the general confirmation message.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public virtual void ShowConfirmation(
	string text,
	bool persistent = false
)

Parameters

text
Type: SystemString
Custom message
persistent (Optional)
Type: SystemBoolean
Indicates if the message is persistent
See Also