Click or drag to resize
FileOperationCollectionContains Method
Indicates if the operation already exists.

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

Parameters

operation
Type: CMS.CMSImportExportFileOperation
File operation

Return Value

Type: Boolean
See Also