Click or drag to resize
BasicFormShowConfirmation Method
Shows the general changes saved message.

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

Parameters

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