DashboardJsonConverter.XmlToJson(XDocument, IDataProtectionProvider, IDataSourceProtectionService) Method
In This Article
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.2.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
#Declaration
[Browsable(false)]
public static string XmlToJson(
XDocument dashboardDocument,
IDataProtectionProvider protectionProvider,
IDataSourceProtectionService dataSourceProtectionService
)
#Parameters
Name | Type |
---|---|
dashboard |
XDocument |
protection |
IData |
data |
IData |
#Returns
Type |
---|
String |
See Also