ClientFolderAccessAddGroup Method |
Grants the specified group access to this folder.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public bool FolderAccessAddGroup(
string MOVEitFolder,
string GroupName,
string PermString
)
Public Function FolderAccessAddGroup (
MOVEitFolder As String,
GroupName As String,
PermString As String
) As Boolean
public:
bool FolderAccessAddGroup(
String^ MOVEitFolder,
String^ GroupName,
String^ PermString
)
Parameters
- MOVEitFolder
- Type: SystemString
Path or ID of the folder on the MOVEit Transfer host to add a group permission to. - GroupName
- Type: SystemString
Name of group to add a permission for. - PermString
- Type: SystemString
Permission string to apply to the folder.
Return Value
Type:
Booleantrue if successful; otherwise,
false.
Remarks
The PermString parameter should consist of one or more of the following letters:
A | Admin |
E | Add/delete subfolders |
D | Delete files |
L | List files |
N | Notify |
R | Read files |
W | Write files |
See Also