HFMwSystemInfo Type Library

In This Section:

HFMwSystemInfo Component: Methods

The HFMwSystemInfo type library contains the HFMwSystemInfo component, which exposes various system-related features. For example, this component includes methods that work with audit information, enable and disable new connections, and log off users.

Obtaining an HFMwSystemInfo Object Reference

Create an HFMwSystemInfo object with Server.CreateObject. After creating the object, call SetWebSession to associate the object with the HFMwSession object for the application with which you want to work:

Set cHFMSysInfo = Server.CreateObject("Hyperion.HFMwSystemInfo")
'cHFMSession is an HFMwSession object reference.
cHFMSysInfo.SetWebSession cHFMSession