Click or drag to resize
ClientFileCopyAndConvert Method
Copies 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 string FileCopyAndConvert(
	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 copy the original file to.
Format
Type: MOVEit.DMZ.APIClientConversionFormat
Format code of the format to convert the original file to.

Return Value

Type: String
The ID of the newly created file if successful; otherwise, "0".
Remarks
Should be used only to copy WebPost files to other folders.
See Also