AccessControlList Members

These members are collection of AccessControlItem that detail user users and groups have access to this object.

Functions

Name Description
AddGroup Adds a new group to the list of groups that can access this object; CanEdit will allow this user to modify the object. Return value: AccessControlItem.
AddUser Adds a new user to the list of users that can access this object; CanEdit will allow this user to modify the object. Return value: AccessControlItem.
CheckAccess Return value: Integer.
Refresh
Remove Removes the specified (1-based) user or group item from the list of users/groups that can access this object.
RemoveAll

Properties

Name Description
Count Returns the number of Access Control items. Return value: Integer. This property is read only.
Item Returns the specified (1-based) AccessControlItem from the collection. Return value: AccessControlItem. This property is read only.
Param Return/assignment value: Variant.