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

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

Parameters

type
Type: CMS.ExtendedControlsMessageTypeEnum
Message type
text
Type: SystemString
Message text
separator (Optional)
Type: SystemString
Separator
See Also