Class CSVImportResult
Represents summary information about a TB import process.
Inheritance
System.Object
CSVImportResult
Syntax
public class CSVImportResult
Fields
AllCount
Number of all entries contained in the CSV file (including those that could not be imported).
Declaration
public int AllCount
Type
System.Int32SuccessCount
Number of entries contained in the CSV file that could be successfully imported.
Declaration
public int SuccessCount