| ClientFolderAccessDeleteGroup Method  | 
            Denies the specified group access to this folder.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntaxpublic bool FolderAccessDeleteGroup(
	string MOVEitFolder,
	string GroupName
)
Public Function FolderAccessDeleteGroup ( 
	MOVEitFolder As String,
	GroupName As String
) As Boolean
public:
bool FolderAccessDeleteGroup(
	String^ MOVEitFolder, 
	String^ GroupName
)
Parameters
- MOVEitFolder
 - Type: SystemString
Path or ID of the folder on the MOVEit Transfer host to remove permissions to. - GroupName
 - Type: SystemString
Name of the group to remove permissions of. 
Return Value
Type: 
Booleantrue if successful; otherwise, 
false.
See Also