Click or drag to resize
AuthorizationHandlerStartResourceEvent Method
Initiates the event handling

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

Parameters

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

Return Value

Type: AuthorizationEventArgs
See Also