Adf.Base.Authorization.AllAuthorizationProvider.IsInRole C# (CSharp) Method

IsInRole() public method

Checks whether the current user belongs to a certain role.
public IsInRole ( string role ) : bool
role string Role name to check for.
return bool
        public bool IsInRole(string role)
        {
            return true;
        }