This document is archived and information here might be outdated. Recommended version. |
Indicates if the specified file can be imported.
[Visual Basic .NET] Public Function get_CanImport ( _ ByVal fileName As String _ ) As Boolean
[C#] public bool get_CanImport ( string fileName );
[C++]
HRESULT get_CanImport(
BSTR fileName,
Boolean* CanImport
);
[C++]
Parameters fileName [in]
fileName is a parameter of type BSTR CanImport [out, retval]
CanImport is a parameter of type bool*