Skip to main content
All docs
V25.1
  • DashboardJsonConverter.XmlToJson(XDocument, IDataProtectionProvider, IDataSourceProtectionService) Method

    Namespace: DevExpress.DashboardAspNetCore

    Assembly: DevExpress.Dashboard.v25.1.AspNetCore.dll

    NuGet Package: DevExpress.AspNetCore.Dashboard

    Declaration

    [Browsable(false)]
    public static string XmlToJson(
        XDocument dashboardDocument,
        IDataProtectionProvider protectionProvider,
        IDataSourceProtectionService dataSourceProtectionService
    )

    Parameters

    Name Type
    dashboardDocument XDocument
    protectionProvider IDataProtectionProvider
    dataSourceProtectionService IDataSourceProtectionService

    Returns

    Type
    String
    See Also