Skip to main content
A newer version of this page is available.
All docs
V19.1

IChooseJsonSchemaPageView.Initialize(JsonSchemaNode, String, String[]) Method

If implemented, initializes the Select Data Fields wizard page with specified JSON data source elements.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

void Initialize(
    JsonSchemaNode schema,
    string rootElement,
    string[] roots
)

Parameters

Name Type Description
schema JsonSchemaNode

A JsonSchemaNode object that specifies the schema of the retrieved JSON data source.

rootElement String

A string that specifies the name of the selected root element.

roots String[]

An array of string values that specify names of available root elements.

See Also