BasicFormAddConfirmation Method |
Adds confirmation text to existing message on the page, optionally with a tooltip text.
Namespace: CMS.FormControlsAssembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax public virtual void AddConfirmation(
string text,
string separator = null
)
Parameters
- text
- Type: SystemString
Information message - separator (Optional)
- Type: SystemString
Separator
See Also