Click or drag to resize
MessagesPlaceHolderAddConfirmation Method
Adds confirmation text to existing message on the page, optionally with a tooltip text.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public void AddConfirmation(
	string text,
	string separator = null
)

Parameters

text
Type: SystemString
Message
separator (Optional)
Type: SystemString
Separator
See Also