SaveMetadataAsUsingCustomXSLT Method (Item)
Save the metadata of the current item using customized XSLT. This method must be called on the MCT. Use QueuedTask.Run.
Item: Save the metadata of the current item using customized XSLT: SaveMetadataAsUsingCustomXSLT
{
// Note: Needs QueuedTask to run
metadataItemToSaveAsUsingCustomXSLT.SaveMetadataAsUsingCustomXSLT(@"E:\Data\Metadata\CustomXSLT.xsl", @"E:\Temp\OutputXMLCustom.xml");
}
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)
ArcGIS Pro version: 3.0 or higher.