Click or drag to resize
FileOperation Constructor
Constructor - Creates the file operation.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 8.2.23
Syntax
C#
public FileOperation(
	string objectType,
	string sourcePath,
	string destPath,
	FileOperationEnum operation,
	FileOperationParamaterTypeEnum parameterType = FileOperationParamaterTypeEnum.None,
	string parameter = null
)

Parameters

objectType
Type: System.String
Object type
sourcePath
Type: System.String
Source path
destPath
Type: System.String
Destination path
operation
Type: CMS.CMSImportExport.FileOperationEnum
File operation
parameterType (Optional)
Type: CMS.CMSImportExport.FileOperationParamaterTypeEnum
Parameter type
parameter (Optional)
Type: System.String
Operation parameter
See Also