ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / StandaloneTable Class / GetCanEditMetadata Method

In This Topic
    GetCanEditMetadata Method (StandaloneTable)
    In This Topic
    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 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

    ArcGIS Pro version: 3 or higher.
    See Also