ArcObjects Library Reference (Catalog)  

IMetadataExport.Export Method

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
);

Product Availability

Available with ArcGIS Desktop.

Remarks

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.

See Also

IMetadataExport Interface