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