Skip to main content
All docs
V24.2

DashboardJsonConverter.XmlToJson(XDocument, IDataProtectionProvider, IDataSourceProtectionService) Method

Namespace: DevExpress.DashboardAspNetCore

Assembly: DevExpress.Dashboard.v24.2.AspNetCore.dll

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