Click or drag to resize
FileOperationCollection Class
Collection of files for processing.
Inheritance Hierarchy
SystemObject
  CMS.CMSImportExportFileOperationCollection

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

The FileOperationCollection type exposes the following members.

Constructors
  NameDescription
Public methodFileOperationCollection
Initializes a new instance of the FileOperationCollection class.
Public methodFileOperationCollection(SerializationInfo, StreamingContext)
Initializes a new instance of the FileOperationCollection class using the specified serialization info.
Top
Properties
  NameDescription
Public propertyCount
Count of the file operations.
Public propertyItem
Gets the operation on specific index.
Top
Methods
  NameDescription
Public methodAdd(FileOperation)
Adds the file operation to the list.
Public methodAdd(String, String, String, FileOperationEnum, FileOperationParamaterTypeEnum, String)
Adds the file operation to the list.
Public methodClear
Clear the collection
Public methodContains
Indicates if the operation already exists.
Public methodGetObjectData
Serializes this object using the specified serialization info.
Public methodGetResultList
Gets the file operation result list.
Public methodRemove
Removes the file operation from the list.
Public methodSetResult
Sets the file operation result.
Top
See Also