Parameters
- strImportFilePath
- Full file name of source file. Can't be
null
orempty
.
Return Value
Returns
true
if import is successful.null
or empty
.
null
or empty
.true
if import is successful.Exception | Description |
---|---|
System.ArgumentNullException | Null was set to strImportFilePath parameter. |
System.ArgumentException | Thrown when strImportFilePath is empty or file does not exist. |