ArcObjects Library Reference (Catalog)  

IMetadataImport.DefaultFilename Property

Default filename (including the file extension) from which to import.

[Visual Basic .NET]
Public ReadOnly Property DefaultFilename As String
[C#]
public string DefaultFilename {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

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.

See Also

IMetadataImport Interface