This document is archived and information here might be outdated. Recommended version. |
Exports metadata to the specified location.
[Visual Basic .NET] Public Sub Export ( _ ByVal source As IMetadata, _ ByVal destination As String _ )
[C#] public void Export ( IMetadata source, string destination );
The Export method creates metadata for the specified source ArcGIS item and exports it to a determined location. Although MetadataExporters create metadata documents in a specific format, it is still necessary to explicitly state the file format when supplying the destination parameter, for example, �c:\metadata\parcels.html�.