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

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
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