M-Files API 23.11.13135.0
ChangePermissionsToACL Method
VaultValueListItemOperations Object : ChangePermissionsToACL Method
The value list ID of the target value list item.
The value list item ID of the target value list item.
The access control list to be used as new permissions for the specified value list item.
Description
Changes the permissions for the specified value list item.
Syntax
Visual Basic
Public Sub ChangePermissionsToACL( _
   ByVal ValueList As Long, _
   ByVal ValueListItemID As Long, _
   ByVal AccessControlList As AccessControlList _
) 
Parameters
ValueList
The value list ID of the target value list item.
ValueListItemID
The value list item ID of the target value list item.
AccessControlList
The access control list to be used as new permissions for the specified value list item.
Remarks
This method is available only if M-Files API is used in the server interface mode.
See Also

VaultValueListItemOperations Object  | VaultValueListItemOperations Members