Click or drag to resize
ICMSSecurityAttributeCheck Method
Does the security check

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
void Check(
	CMSPage page
)

Parameters

page
Type: CMS.UIControlsCMSPage
Page for which is check performed
Remarks
This method can perform redirect or raise an exception if check fails.
See Also