Class CSVImportSettings
Settings for importing from a CSV file source.
Inheritance
System.Object
CSVImportSettings
Syntax
public class CSVImportSettings
Fields
DefaultDomain
Domain to store where not specified.
Declaration
public string DefaultDomain
Type
System.StringDefaultSubject
Subject to store where not specified.
Declaration
public string DefaultSubject
Type
System.StringDefaultUserName
User name to store where not specified.
Declaration
public string DefaultUserName
Type
System.StringUpdateBasedOnEntryIDs
Update existing entries based on ID. If set to true, the content must have an ID column.
Declaration
public bool UpdateBasedOnEntryIDs