TheUserManager..::..HasUserAccess Method
Overload List
Name | Description | |
---|---|---|
HasUserAccess(String, String, Int32) |
returns true of false pending if the user has access to a resource with the ACL provided
|
|
HasUserAccess(Guid, Int32) |
Checks if the user with the gived ID has the access permission defined in ACL.
|
|
HasUserAccess(Guid, Int32, Boolean) |
Checks if the user with the gived ID has the access permission defined in ACL.
|
|
HasUserAccess(Guid, Int32, String) |
Returns true if the given user has either permission to a given ACL or the Required Permission given
|