Click or drag to resize
FileOperationCollectionRemove Method
Removes the file operation from the list.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public void Remove(
	FileOperation operation
)

Parameters

operation
Type: CMS.CMSImportExportFileOperation
File operation
See Also