Click or drag to resize
FileOperationCollectionItem Property
Gets the operation on specific index.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public FileOperation this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Operation index to get

Property Value

Type: FileOperation
See Also