Class BatchExportedEventArgs
Encapsulates data sent with events published by BatchExported.
Inheritance
Object
    BatchExportedEventArgs
  Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public class BatchExportedEventArgs : CancelEventArgsConstructors
BatchExportedEventArgs(Int32, Int32)
Instantiates a new event data object.
Declaration
public BatchExportedEventArgs(int totalProcessed, int totalExported)Parameters
| Type | Name | Description | 
|---|---|---|
| Int32 | totalProcessed | The total number of processed translation units | 
| Int32 | totalExported | The total number of exported translation units | 
Properties
TotalExported
The total number of exported translation units. This is usually equivalent to TotalProcessed, but may be lower in case the export process uses filters.
Declaration
public int TotalExported { get; }Property Value
| Type | Description | 
|---|---|
| Int32 | 
TotalProcessed
The total number of processed translation units. This is usually equivalent to TotalExported, but if the export process uses filters, the number of processed translation units may be lower.
Declaration
public int TotalProcessed { get; }Property Value
| Type | Description | 
|---|---|
| Int32 |