DataPA Enterprise Dashboard Controls API Reference
Class provides access to the setup files that define systems, links, lookups and subjects. The class handles retrieving these files from the AppServer, WebServer, DataPA Enterprise Server or local disk depending on the data location settings. It also handles the writing and transaction locking on these files for each of the different location types.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
[SerializableAttribute]
public class SetupManager : _SetupManager
Visual Basic
<SerializableAttribute>
Public Class SetupManager
	Implements _SetupManager
Visual C++
[SerializableAttribute]
public ref class SetupManager : _SetupManager

Remarks

Inheritance Hierarchy

System..::..Object
  DataPAClientConfig..::..SetupManager

See Also