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

    Namespace: DevExpress.DashboardWeb

    Assembly: DevExpress.Dashboard.v25.2.Web.WebForms.dll

    NuGet Package: DevExpress.Web.Dashboard

    Declaration

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

    Parameters

    Name Type
    dashboardDocument XDocument
    dataSourceProtectionService IDataSourceProtectionService

    Returns

    Type
    String
    See Also