Click or drag to resize
FileOperationCollectionAdd Method (FileOperation)
Adds the file operation to the list.

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

Parameters

op
Type: CMS.CMSImportExportFileOperation
Operation to add

Return Value

Type: Boolean
See Also