Click or drag to resize
UserInfoIsAuthorizedPerUIElement Method (String, String, String)
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: 9.0.0
Syntax
C#
public virtual bool IsAuthorizedPerUIElement(
	string resourceName,
	string elementName,
	string siteName
)

Parameters

resourceName
Type: SystemString
Resource code name
elementName
Type: SystemString
UI element code name
siteName
Type: SystemString
Site code name

Return Value

Type: Boolean
See Also