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

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public 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