FileOperationCollection Class |
Namespace: CMS.CMSImportExport
[SerializableAttribute] public class FileOperationCollection : ISerializable
The FileOperationCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | FileOperationCollection |
Initializes a new instance of the FileOperationCollection class.
|
![]() | FileOperationCollection(SerializationInfo, StreamingContext) |
Initializes a new instance of the FileOperationCollection class using the specified serialization info.
|
Name | Description | |
---|---|---|
![]() | Add(FileOperation) |
Adds the file operation to the list.
|
![]() | Add(String, String, String, FileOperationEnum, FileOperationParamaterTypeEnum, String) |
Adds the file operation to the list.
|
![]() | Clear |
Clear the collection
|
![]() | Contains |
Indicates if the operation already exists.
|
![]() | GetObjectData |
Serializes this object using the specified serialization info.
|
![]() | GetResultList |
Gets the file operation result list.
|
![]() | Remove |
Removes the file operation from the list.
|
![]() | SetResult |
Sets the file operation result.
|