Skip to main content
All docs
V25.1
  • IChooseJsonSchemaPageView.Initialize(JsonSchemaNode, String, String[], Int32, Boolean) Method

    Namespace: DevExpress.DataAccess.Wizard.Views

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    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