AuthorizationHandlerStartUIElementEvent Method |
Initiates the event handling
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax 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:
AuthorizationEventArgsSee Also