ArcObjects Library Reference (Catalog)  

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