Skip to main content
All docs
V23.2

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

Namespace: DevExpress.DataAccess.UI.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

public 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