FlattenMappingDialog Constructor
Initializes the Data Flattening Mapping dialog. Called during construction.
Parameters
- isXmlTransform
-
Type: Boolean
(optional) Specify whether this dialog is for an XML flatten transform. If not specified it's assumed to be for a JSON flatten transform.
Optional: True
Examples
The following example initializes a new instance of a FlattenMappingDialog object:
var newObject = new dundas.controls.FlattenMappingDialog();