IFile |
public interface IFileImporter
The IFileImporter type exposes the following members.
| Name | Description | |
|---|---|---|
| CheckOrCreateImportOptions | Checks the import options. If the provided object is a valid import options object, then this object is returned. Otherwise, a new import options object is created. | |
| GetFileExtensions | Gets the file extensions. | |
| GetProbabilityForBeingThisFileFormat | Gets the probability for being this file format. | |
| Import | Imports the specified file into the project. |