Skip to main content
.NET 6.0+

IsGrantedExtensions.CanNavigateByUser Method

Name Parameters Description
CanNavigateByUser(SecurityStrategy, IPermissionPolicyUser, String, Object) static security, targetUser, itemPath, targetObject Gets the target object’s type and checks whether the specified user has a corresponding permission that allows navigation to the specified item. Do not use this method with the Allow/Deny Permission Policy.
CanNavigateByUser(SecurityStrategy, IPermissionPolicyUser, String, Type, Object) static security, targetUser, itemPath, type, targetObjectKey Checks whether the specified user can navigate to an object with the specified key. Do not use this method with the Allow/Deny Permission Policy.
CanNavigateByUser(SecurityStrategy, IPermissionPolicyUser, String, Type) static security, targetUser, itemPath, type Checks whether the specified user has a permission that allows navigation to the specified item. Do not use this method with the Allow/Deny Permission Policy.
CanNavigateByUser(SecurityStrategy, IPermissionPolicyUser, String) static security, targetUser, itemPath Checks whether the specified user can navigate to the specified item.
CanNavigateByUser<T>(SecurityStrategy, IPermissionPolicyUser, String, Object) static security, targetUser, itemPath, targetObjectKey Checks whether the specified user can navigate to an object with the specified key. Do not use this method with the Allow/Deny Permission Policy.
CanNavigateByUser<T>(SecurityStrategy, IPermissionPolicyUser, String) static security, targetUser, itemPath Checks whether the specified user has a corresponding permission that allows navigation to the specified item. Do not use this method with the Allow/Deny Permission Policy.