Click or drag to resize
MessagesPlaceHolderAddMessage Method
Adds text message.

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

Parameters

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