Click or drag to resize
MessagesPlaceHolderAddInformation Method
Adds information text to existing message on the page, optionally with a tooltip text.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public void AddInformation(
	string text,
	string separator = null
)

Parameters

text
Type: SystemString
Message
separator (Optional)
Type: SystemString
Separator
See Also