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 canEdit1; //Call CanEdit before calling SetXml await QueuedTask.Run(() => canEdit1 = metadataItemToCheck.CanEdit());
Target Platforms: Windows 11, Windows 10, Windows 8.1