Click or drag to resize
AbstractCMSPageAddConfirmation Method
Adds confirmation text to existing message on the page.

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

Parameters

text
Type: SystemString
Information message
separator (Optional)
Type: SystemString
Separator
See Also