Click or drag to resize
ClientFileDelete Method
Deletes the file with the specified path.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public bool FileDelete(
	string MOVEitPath
)

Parameters

MOVEitPath
Type: SystemString
Path or ID of the file on the MOVEit Transfer host to delete.

Return Value

Type: Boolean
true if successful; otherwise, false.
See Also