Class CSVImportResult
Represents summary information about a TB import process.
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
Int32SuccessCount
Number of entries contained in the CSV file that could be successfully imported.
Declaration
public int SuccessCount