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: 8.2.23
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
Methods
  NameDescription
Public methodAdd
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
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
Properties
  NameDescription
Public propertyCount
Count of the file operations.
Public propertyItem
Gets the operation on specific index.
Top
See Also