UserInfoProviderIsAuthorizedPerUIElement Method (String, IEnumerableString, String, UserInfo, Boolean) |
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,
bool checkElementsOnly
)
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 - checkElementsOnly
- Type: SystemBoolean
Indicates if only UI elements will be checked, not settings or special role membership
Return Value
Type:
BooleanSee Also