MessagesPlaceHolderAddWarning Method |
Adds warning text to existing message on the page, optionally with a tooltip text.
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax public void AddWarning(
string text,
string separator = null
)
Parameters
- text
- Type: SystemString
Message - separator (Optional)
- Type: SystemString
Separator
See Also