IsUserInPermissionList
Mon 01 January 2018Syntax
IsUserInPermissionList(permissionlist1[, permissionlist2]. . .)
Description
Use the IsUserInPermissionList function to return a boolean value indicating whether the user is a member of any of the specified list of permission lists.
This function also returns true when an alias exists for a permission list and the user is a member of the permission list alias. See .
Parameters
Field or Control |
Definition |
---|---|
permissionlist1 [ , permissionlist2 ]. . . |
A comma-separated list of string values, each representing a permission list. |
Returns
Returns a boolean value: True if the current user has access to one or more of the permission lists, False otherwise.