ClientFileMoveAndConvert Method |
Moves a WebPost file from the specified path to the specified folder and converts it to the specified format.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public bool FileMoveAndConvert(
string MOVEitPathFrom,
string MOVEitFolderTo,
ClientConversionFormat Format
)
Public Function FileMoveAndConvert (
MOVEitPathFrom As String,
MOVEitFolderTo As String,
Format As ClientConversionFormat
) As Boolean
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:
Booleantrue if successful; otherwise,
false.
Remarks
Should be used only to move WebPost files to other folders.
See Also