ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / ConfigurationManager Class
Properties Methods


In This Topic
    ConfigurationManager Class Members
    In This Topic

    The following tables list the members exposed by ConfigurationManager.

    Public Constructors
    Protected Properties
     NameDescription
    Protected Internal Property Gets the new application name for the configuration.  
    Protected Internal Property Gets the new application icon for the configuration.  
    Protected Internal Property Opportunity for the configuration to provide DAML file at run-time.  
    Protected Internal Property Return true to skip showing a start page at startup.  
    Protected Internal Property Gets the title bar text. The default implementation returns the Title unless it is empty in which case Name is used.  
    Top
    Protected Methods
     NameDescription
    Protected Internal Method Called when the application is initializing. It is safe to communicate with Portal at this time. The DAML records have not been processed at this point.  
    Protected Internal Method Called when the appliation has fully initialized.  
    Protected Internal Method Gives a configuration the ability to disable commands.  
    Protected Internal Method Opportunity for the configuration to provide DAML at run-time.  
    Protected Internal Method The list of commands to show in the quick access toolbar.  
    Protected Internal Method Allows a configuration to reject a command's execution.  
    Protected Internal Method Allows the configuration to inject some custom user interface into the about page.  
    Protected Internal Method The custom splash screen for the configuration.  
    Protected Internal Method The custom start page (landing page) to show once the appliation starts.  
    Protected Internal Method Called when web help is requested.  
    Protected Internal Method The last chance for the configuration to manipulate the DAML before it is processed.  
    Protected Internal Method Gives the configuration the chance to perform its own license checking. Returning false signals a licensing problem has occurred and the application should shut down.  
    Top
    See Also