| ClientFileCopyAndConvert Method  | 
            Copies 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
Syntaxpublic string FileCopyAndConvert(
	string MOVEitPathFrom,
	string MOVEitFolderTo,
	ClientConversionFormat Format
)
Public Function FileCopyAndConvert ( 
	MOVEitPathFrom As String,
	MOVEitFolderTo As String,
	Format As ClientConversionFormat
) As String
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: 
StringThe ID of the newly created file if successful; otherwise, "0".
Remarks
            Should be used only to copy WebPost files to other folders.
            
See Also