M-Files API 23.11.13135.0
ChangePermissionsToNamedACL Method
VaultValueListItemOperations Object : ChangePermissionsToNamedACL Method
The value list ID of the target value list item.
The value list item ID of the target value list item.
The ID of the named ACL 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 ChangePermissionsToNamedACL( _
   ByVal ValueList As Long, _
   ByVal ValueListItemID As Long, _
   ByVal NamedACL As Long _
) 
Parameters
ValueList
The value list ID of the target value list item.
ValueListItemID
The value list item ID of the target value list item.
NamedACL
The ID of the named ACL to be used as new permissions for the specified value list item.
See Also

VaultValueListItemOperations Object  | VaultValueListItemOperations Members