ArcGIS Pro 3.7 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 Overrides Function GetCanEditMetadata() As Boolean
    public override bool GetCanEditMetadata()

    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also