Click or drag to resize
AuthorizationHandler.StartUIElementEvent Method
Initiates the event handling

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

Parameters

userInfo
Type: CMS.Membership.UserInfo
User info object
resourceName
Type: System.String
Resource name to authorize
elementName
Type: System.String
UI element name
authorized
Type: System.Boolean
Current (system) authorization status

Return Value

Type: AuthorizationEventArgs
See Also