AccessControlList.AddUser

This function adds a new user to the list of users that can access this object; CanEdit will allow this user to modify the object.

Syntax Parameters Return Value
Function AccessControlList.AddUser( _
    UserName As String, _
    CanEdit As Boolean) As AccessControlItem
  • UserName [in]

Type: String

  • CanEdit [in]

Type: Boolean

AccessControlItem