Click or drag to resize
CMSUserControlRedirectToInformation Method
Redirects the user to the info page which displays specified message.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
public static void RedirectToInformation(
	string message
)

Parameters

message
Type: SystemString
Message which should be displayed
See Also