Return Value
true if the metadata can be edited
| Exception | Description |
|---|---|
| ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
{
bool canEdit;
//Call CanEdit before calling SetXml
// Note: Needs QueuedTask to run
canEdit = metadataItemToCheck.CanEdit();
}
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)