Click or drag to resize
AuthorizationHandlerStartUIElementEvent Method
Initiates the event handling

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

Parameters

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

Return Value

Type: AuthorizationEventArgs
See Also