This document is archived and information here might be outdated. Recommended version. |
Include a specific file to be loaded upon Import.
[Visual Basic .NET]
Public Sub AddFile ( _
ByVal fileName As String _
)
[C#]
public void AddFile (
string fileName
);
[C++]
HRESULT AddFile(
BSTR fileName
);
[C++] Parameters fileName [in]
fileName is a parameter of type BSTR
The importer supports the input of one or more files at a time. Call AddFile, and repeat as necessary, to handle individual files. Provide the full path. Call SetEmpty to clear this list.