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