Skip to main content
.NET 6.0+

IsGrantedExtensions.CanNavigate Method

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