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

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax
C#
public virtual void AddInformation(
	string text,
	string separator = null
)

Parameters

text
Type: SystemString
Information message
separator (Optional)
Type: SystemString
Separator
See Also