This document is archived and information here might be outdated. Recommended version. |
Default filename (including the file extension) from which to import.
[Visual Basic .NET]
Public ReadOnly Property DefaultFilename As String
[C#]
public string DefaultFilename {get;}
The DefaultFilename is determined by the MetadataImport subclass. Typically the name �metadata� with an appropriate file extension for the import format is built into the MetadataImport subclass. For example, �metadata.txt� would be appropriate if a subclass imports content from a structured text file.