As per the Allow method but will always return the correct value even if a Script or internal process is running with special Administrative permission.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| permissionKey | String | The Key of the Permission to check. | ||
| denyIfPermissionKeyMissing | Boolean | Optional | By default, if the Permission Key is missing, e.g., a User Defined Permission does not exist, this method will return True. Use this option to return False if the Permission Key is missing. If omitted, a value of False is assumed. |
A Boolean value indicating whether the Permission is allowed or not.