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


IMetadataExport.Export Method (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.Export Method
ArcGIS Developer Help

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