Click or drag to resize
ClientFolderAccessAddGroup Method
Grants the specified group access to this folder.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
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: Boolean
true if successful; otherwise, false.
Remarks
The PermString parameter should consist of one or more of the following letters:
AAdmin
EAdd/delete subfolders
DDelete files
LList files
NNotify
RRead files
WWrite files
See Also