Skip to main content
All docs
V23.2

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

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

void Initialize(
    JsonSchemaNode schema,
    string rootElement,
    string[] roots,
    int schemaDiscoveryMaxItemCount,
    bool maxItemCountApplied
)

Parameters

Name Type
schema JsonSchemaNode
rootElement String
roots String[]
schemaDiscoveryMaxItemCount Int32
maxItemCountApplied Boolean
See Also