ArcGIS Pro 2.9 API Reference Guide
OnUpdateDatabase Method

ArcGIS.Desktop.Framework.Contracts Namespace > ConfigurationManager Class : OnUpdateDatabase Method
The entire merged DAML database.
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, Windows 8.1

See Also

Reference

ConfigurationManager Class
ConfigurationManager Members