Skip to main content
All docs
V23.2

DashboardJsonConverter.XmlToJson(XDocument, IDataProtectionProvider, IDataSourceProtectionService) Method

Namespace: DevExpress.DashboardAspNetCore

Assembly: DevExpress.Dashboard.v23.2.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