UserInfo IsAuthorizedPerUIElement Method Kentico 8.1 API Reference
Overload List

  NameDescription
Public methodIsAuthorizedPerUIElement(String, String)
Checks whether the user is authorized for given UI element of the specified resource, returns true if so.
Public methodIsAuthorizedPerUIElement(Int32, String, Boolean)
Checks whether the user is authorized for given UI element of the specified resource, returns true if so.
Public methodIsAuthorizedPerUIElement(String, String, Boolean)
Checks whether the user is authorized for given UI element of the specified resource, returns true if so.
Public methodIsAuthorizedPerUIElement(String, String, String)
Checks whether the user is authorized for given UI element of the specified resource, returns true if so.
Public methodIsAuthorizedPerUIElement(String,  String , String)
Checks whether the user is authorized for given resource name and UIElements, returns true if so.
Public methodIsAuthorizedPerUIElement(String, String, Boolean, String)
Checks whether the user is authorized for given UI element of the specified resource, returns true if so.
Back to Top
See Also