Click or drag to resize
FileOperation Class
Class representing file operation.
Inheritance Hierarchy
SystemObject
  CMS.CMSImportExportFileOperation

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 10.0.0
Syntax
C#
[SerializableAttribute]
public class FileOperation

The FileOperation type exposes the following members.

Constructors
  NameDescription
Public methodFileOperation
Constructor - Creates the file operation.
Top
Fields
  NameDescription
Public fieldDestinationPath
Destination file.
Public fieldObjectType
Object type.
Public fieldOperation
Operation to process.
Public fieldParameter
Operation parameter.
Public fieldParameterType
Parameter type
Public fieldResult
Result of the operation.
Public fieldSourcePath
Source file.
Top
Properties
  NameDescription
Public propertyKey
Operation key to detect duplicities
Top
See Also