UserInfo IsAuthorizedPerUIElement Method (String, String, Boolean, String)Kentico 8.1 API Reference
Checks whether the user is authorized for given UI element of the specified resource, returns true if so.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

resourceName
Type: OnlineSystem String
Resource code name
elementName
Type: OnlineSystem String
UI element code name
siteAvailabilityRequired
Type: OnlineSystem Boolean
Indicates if site availability of the corresponding resource (resource with name in format "cms.[ElementName]") is required. Takes effect only when corresponding resource exists
siteName
Type: OnlineSystem String
Site code name

Return Value

Type: OnlineBoolean
See Also