Return Value
true if the metadata can be edited
{
bool canEdit;
//Call CanEdit before calling SetXml
// Note: Needs QueuedTask to run
canEdit = metadataItemToCheck.CanEdit();
}
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)