void DeleteMetadataContent( MDDeleteContentOption deleteOption )
Sub DeleteMetadataContent( _ ByVal deleteOption As MDDeleteContentOption _ )
Parameters
- deleteOption
Return Value
void
void DeleteMetadataContent( MDDeleteContentOption deleteOption )
Sub DeleteMetadataContent( _ ByVal deleteOption As MDDeleteContentOption _ )
Item featureClassWithMetadataItem = ItemFactory.Instance.Create(@"C:\projectBeta\GDBs\regionFive.gdb\SourceFeatureClass"); //Delete thumbnail content from item's metadata await QueuedTask.Run(() => featureClassWithMetadataItem.DeleteMetadataContent(MDDeleteContentOption.esriMDDeleteThumbnail));
Target Platforms: Windows 11, Windows 10