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

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
void AddMessage(
	MessageTypeEnum type,
	string text,
	string separator
)

Parameters

type
Type: CMS.ExtendedControlsMessageTypeEnum
Message type
text
Type: SystemString
Information message
separator
Type: SystemString
Separator
See Also