Gets the path to the currently running application configuration file.

Namespace:  ESRI.ArcGISExplorer.Application

Assembly:  ESRI.ArcGISExplorer.Application (in ESRI.ArcGISExplorer.Application.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public static string ApplicationConfigurationPath { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property ApplicationConfigurationPath As String

Remarks

The path will be null when running with the default application configuration

An application configuration is a file, created using the application configuration manager, that allows you to centrally manage all aspects of how your users work with ArcGIS Explorer, including the content they work with, the functionality and the capabilities of the application. You can define different application configurations that target different users in your organization. Refer to the ArcGIS Explorer application help for more information on application configurations.

Version Information: This property is supported from version 2.0.0.1500.

See Also