Click or drag to resize
ClientFileMove Method
Moves a file from the specified path to the specified folder.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public bool FileMove(
	string MOVEitPathFrom,
	string MOVEitFolderTo
)

Parameters

MOVEitPathFrom
Type: SystemString
Path or ID of the original file on the MOVEit Transfer host.
MOVEitFolderTo
Type: SystemString
Path or ID of the folder on the MOVEit Transfer host to move the original file to.

Return Value

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