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

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

Parameters

message
Type: SystemString
Message which should be displayed.
See Also