Click or drag to resize
CMSEventLogPageCheckPermissions Method (Boolean)
Checks the access permissions.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public static bool CheckPermissions(
	bool redirectOnError = true
)

Parameters

redirectOnError (Optional)
Type: SystemBoolean
If set to true then redirect to error permission page when not authorised

Return Value

Type: Boolean
See Also