StaticResourceDetailsDialog Constructor

Initializes the static resource detail dialog. Called during construction.
 

Parameters

staticResourceInfo

Type: Object
(optional) The static resource info to use which should be a Dundas.BI.WebApi.Models.StaticResourceInfoData, if one is to be edited.
Optional: True

Examples

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

var newObject = new dundas.controls.StaticResourceDetailsDialog();