Click or drag to resize
SessionManager Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Inheritance Hierarchy
SystemObject
  DataPAClientConfigSessionManager

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public class SessionManager

The SessionManager type exposes the following members.

Constructors
  NameDescription
Public methodSessionManager
Initializes a new instance of the SessionManager class
Top
Methods
  NameDescription
Public methodStatic memberCommonDirectory
Gets the fully qualified path to the common directory.
Public methodStatic memberDetailError
Public methodDispose
Disposes of the object
Public methodStatic memberDownloadFileFromWeb(String, Stream)
Downloads a file to a stream.
Public methodStatic memberDownloadFileFromWeb(String, String)
Downloads a file to a local file on disk.
Public methodStatic memberHelpFile
Gets the fully qualified path of the help file.
Public methodStatic memberHideSplashScreen
Hides the splash screen if it is shown
Public methodStatic memberPAMsgBox
Public methodStatic memberRestoreSplashScreen
Restores the splash screen if it was hidden
Public methodStatic memberSessionID
Gives a unique ID for this session
Public methodStatic memberSetPosition
Restores a forms size and position to that saved
Public methodStatic memberShowLicenseScreen
Shows the license screen to allow a user to enter a new license.
Public methodStatic memberStorePosition
Saves a forms size and position so it can be restored with SetPosition
Public methodStatic memberTrueClone
Creates a truly independant clone of a recordset
Top
Properties
  NameDescription
Public propertyStatic memberAutoUpdate
Gets a value that indicates if the the client should automatically check for updates.
Public propertyStatic memberDataFileFormat
Gets a value that indicates the file format used to store the setup.
Public propertyStatic memberDataLocation
Gets the current data location.
Public propertyStatic memberLocalServiceRunning
Gets a property that indicates if the DataPA Enterprise Service is running on the local machine.
Public propertyStatic memberMessageLogFile
Gets and sets a value that specifies the log file messages will be written to if silent is true.
Public propertyStatic memberSessionFreeDataLocationAppServer
Gets a value that indicates if the Data Location AppServer is a session free AppServer
Public propertyStatic memberSessionOnlyDataFileFormat
Gets and sets a session only data location which will override the stdata location for this session only.
Public propertyStatic memberSessionOnlyDataLocation
Gets and sets a session only data location which will override the stdata location for this session only.
Public propertyStatic memberSilent
Gets and sets a property that indicates if the application is set to silent so will hide messages.
Public propertyStatic memberSplashScreen
Gets and sets the splashscreen.
Public propertyStatic memberUpdateLocation
Gets the location the client will check for updates.
Public propertyStatic memberVersion
Gets the version of DataPA currently installed
Top
See Also