UserInfoProviderIsAuthorizedPerUIElement Method (String, IEnumerableString, String, UserInfo) |
Indicates if user is authorized to see the specified UI element.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax public static bool IsAuthorizedPerUIElement(
string resourceName,
IEnumerable<string> elementNames,
string siteName,
UserInfo userInfo
)
Parameters
- resourceName
- Type: SystemString
Name of the resource - elementNames
- Type: System.Collections.GenericIEnumerableString
Name of the UIElement - siteName
- Type: SystemString
Name of the site - userInfo
- Type: CMS.MembershipUserInfo
UserInfo object
Return Value
Type:
BooleanSee Also