This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IM > IMetadataImport Interface > IMetadataImport.DefaultFilename Property (ArcObjects .NET 10.5 SDK) |
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.