With LAPI, one can set the right by calling
DOCUMENTS.SetObjectRight(VolumeID, Convert.ToInt32(folderId), LAPI_DOCUMENTS.RIGHT_ADD, groupId, Convert.ToInt32(permissions), 0);
but with web service, it's all boolean now e.g. AddItemsPermission, how do they mapped?
Thanks
K