Click or drag to resize
ClientFileMoveAndConvert Method
Moves a WebPost file from the specified path to the specified folder and converts it to the specified format.

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

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.
Format
Type: MOVEit.DMZ.APIClientConversionFormat
Format code of the format to convert the original file to.

Return Value

Type: Boolean
true if successful; otherwise, false.
Remarks
Should be used only to move WebPost files to other folders.
See Also