ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / ConfigurationManager Class / OnUpdateDatabase Method
The entire merged DAML database.

In This Topic
    OnUpdateDatabase Method
    In This Topic
    The last chance for the configuration to manipulate the DAML before it is processed.
    Syntax
    protected internal virtual void OnUpdateDatabase( 
       XDocument database
    )
    Protected Friend Overridable Sub OnUpdateDatabase( _
       ByVal database As XDocument _
    ) 

    Parameters

    database
    The entire merged DAML database.
    Remarks
    A configuration may find it necessary to edit the raw database to achieve a desired look. For example, a configuration may want to delete all the tabs in the system except for its own.

    This is the raw DAML database in XML form, edit with extreme caution.

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also