Open this page in the API Guide

ServerInfo Constructor

Initializes the dundas.configuration.ServerInfo object.
 

Parameters

serverInfoOptions

Type: Object
(optional) Object with default values for the server info.
Optional: True

Examples

The following example initializes a new instance of a ServerInfo object:

1
var newObject = new dundas.configuration.ServerInfo();