This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IM > IMetadataExport Interface > IMetadataExport.DefaultFilename Property (ArcObjects .NET 10.4 SDK) |
Default filename (including the file extension) to create on export.
[Visual Basic .NET] Public ReadOnly Property DefaultFilename As String
[C#] public string DefaultFilename {get;}
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�.