ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / IMetadata Interface
Methods

In This Topic
    IMetadata Interface Members
    In This Topic

    The following tables list the members exposed by IMetadata.

    Public Methods
     NameDescription
     Method Indicates if metadata is editable for the item.  
     Method Copy metadata from Item  
     Method Delete certain content from the metadata of the current item  
     MethodOverloaded.   
     Method Gets the item’s metadata XML document as a string.  
     MethodOverloaded.   
     Method Save the metadata of the current item as HTML  
     Method Save the metadata of the current item using customized XSLT  
     Method Save the metadata of the current item as XML  
     Method Sets the item’s metadata to the XML document provided as a string.  
     Method Updates metadata with the current properties of the item. Metadata is created for the item if it doesn't already exist.  
     Method Upgrade the metadata of the current item  
    Top
    See Also