DataPA Enterprise Dashboard Controls API Reference

The SessionManager type exposes the following members.

Constructors

  Name Description
Public method SessionManager
Initializes a new instance of the SessionManager class

Methods

  Name Description
Public method Static member CommonDirectory
Gets the fully qualified path to the common directory.
Public method Static member DetailError
Public method Dispose
Disposes of the object
Public method Static member DownloadFileFromWeb(String, Stream%)
Downloads a file to a stream.
Public method Static member DownloadFileFromWeb(String, String)
Downloads a file to a local file on disk.
Public method Static member HelpFile
Gets the fully qualified path of the help file.
Public method Static member HideSplashScreen
Hides the splash screen if it is shown
Public method Static member PAMsgBox
Public method Static member RestoreSplashScreen
Restores the splash screen if it was hidden
Public method Static member SessionID
Gives a unique ID for this session
Public method Static member SetPosition
Restores a forms size and position to that saved
Public method Static member ShowLicenseScreen
Shows the license screen to allow a user to enter a new license.
Public method Static member StorePosition
Saves a forms size and position so it can be restored with SetPosition
Public method Static member TrueClone
Creates a truly independant clone of a recordset

Properties

  Name Description
Public property Static member AutoUpdate
Gets a value that indicates if the the client should automatically check for updates.
Public property Static member DataFileFormat
Gets a value that indicates the file format used to store the setup.
Public property Static member DataLocation
Gets the current data location.
Public property Static member LocalServiceRunning
Gets a property that indicates if the DataPA Enterprise Service is running on the local machine.
Public property Static member MessageLogFile
Gets and sets a value that specifies the log file messages will be written to if silent is true.
Public property Static member SessionFreeDataLocationAppServer
Gets a value that indicates if the Data Location AppServer is a session free AppServer
Public property Static member SessionOnlyDataFileFormat
Gets and sets a session only data location which will override the stdata location for this session only.
Public property Static member SessionOnlyDataLocation
Gets and sets a session only data location which will override the stdata location for this session only.
Public property Static member Silent
Gets and sets a property that indicates if the application is set to silent so will hide messages.
Public property Static member SplashScreen
Gets and sets the splashscreen.
Public property Static member UpdateLocation
Gets the location the client will check for updates.
Public property Static member Version
Gets the version of DataPA currently installed

See Also