AccessControlList.AddGroup

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

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

Type: String

  • CanEdit [in]

Type: Boolean

AccessControlItem