ArcGIS Pro 2.9 API Reference Guide
GetCanEditMetadata Method (StandaloneTable)

ArcGIS.Desktop.Mapping Namespace > StandaloneTable Class : GetCanEditMetadata Method
Gets whether the StandaloneTable metadata can be edited or not. This method must be called on the MCT. Use QueuedTask.Run
Syntax
public override bool GetCanEditMetadata()
Public Overrides NotOverridable Function GetCanEditMetadata() As Boolean

Return Value

True if the metadata is editable
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Remarks
StandaloneTable metadata is typically editable unless the StandaloneTable is using an underlying source for metadata or the .aprx is not editable
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

StandaloneTable Class
StandaloneTable Members