VBTrain.Net Documentation

LmsApi2.LogoffOptionsEnum Enumeration

Specifies values for the logoffOption parameter of the GetJsForLogoff method of the LmsApi2 class.

These values specify whether or not the SCORM calls are placed inside a function and if script for closing a window should be included.

Public Enum LogoffOptionsEnum

Members

Member name

Description

callsInsideFunction

Specifies to place the JavaScript calls within a JavaScript function. This function may in turn be called, for example, from a window_onunload function.

callsOnly

Specifies to generate the calls as standalone JavaScript.

callsPlusWindowClose

Specifies to generate the calls as standalone JavaScript and to include JavaScript to close the specified window.

Requirements

Namespace: VBTrain.WebTracking.LmsApi2

Assembly: LmsApi2.dll

See Also

LmsApi2 Class | LmsApi Members | GetJsForLogoff