permissions_user_allowed
Description:
public bool permissions_user_allowed (string uname)
Checks whether the given username is allowed to view/access this connection.
Parameters:
this |
the SettingConnection
|
uname |
the user name to check permissions for
|
Returns:
true if the requested user is allowed to view this connection, false if the given user is not allowed to
view this connection
|