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


IMetadataExport.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 > IMetadataExport Interface > IMetadataExport.DefaultFilename Property
ArcGIS Developer Help

IMetadataExport.DefaultFilename Property

Default filename (including the file extension) to create on export.

[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 MetadataExport subclass. Typically the name �metadata� with an appropriate file extension for the export format is built into the MetadataExport subclass. For example, if a subclass exports content to an HTML file the default filename might be �metadata.html�.

See Also

IMetadataExport Interface