|
|
 |
 |
| AddGroupToFolder |
| |
Adds a group to a folder |
| |
| Library |
 |
module::publisher/filemanager.whlib |
| |
| Syntax |
 |
PUBLIC MACRO AddGroupToFolder (INTEGER groupid,INTEGER folderid,INTEGER accesslevel) |
| |
| Parameters |
 |
| GroupID |
 |
ID of the group to add |
 |
| FolderID |
 |
ID Of the folder to which the new group will be added |
 |
| AccessLevel |
 |
Level of access of the group on this folder - 100: Read only - 200: Can create files - 250: Can manage files - 300: Can manage all files and subfolders in folder - 400: Can manage all files, subfolders and folder metadata - 1000: Group members are site owners |
 |
|
| |
|
|
|
|