This document is archived and information here might be outdated.  Recommended version.


IMetadataImport.DefaultFilename Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IM > IMetadataImport Interface > IMetadataImport.DefaultFilename Property
ArcGIS Developer Help

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