Click or drag to resize
ClientFolderAccessDeleteUser Method
Denies the specified user 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 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: Boolean
true if successful; otherwise, false.
See Also