Click or drag to resize
AuthorizationHandlerStartClassEvent Method
Initiates the event handling

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public AuthorizationEventArgs StartClassEvent(
	UserInfo userInfo,
	string className,
	string permissionName,
	ref bool authorized
)

Parameters

userInfo
Type: CMS.MembershipUserInfo
User info object
className
Type: SystemString
Class name to authorize
permissionName
Type: SystemString
Permission name
authorized
Type: SystemBoolean
Current (system) authorization status

Return Value

Type: AuthorizationEventArgs
See Also