BasicFormAddWarning Method |
Adds warning text to existing message on the page.
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 12.0.0
Syntax public virtual void AddWarning(
string text,
string separator = null
)
Parameters
- text
- Type: SystemString
Information message - separator (Optional)
- Type: SystemString
Separator
See Also