We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c60304 commit 025b092Copy full SHA for 025b092
1 file changed
MDX2JSON/Users.cls.xml
@@ -31,6 +31,18 @@
31
]]></Implementation>
32
</Method>
33
34
+<Method name="ExportConfig">
35
+<ClassMethod>1</ClassMethod>
36
+<FormalSpec>App:%String,User:%String=$Username,FileName:%String=##class(%File).TempFilename("txt")</FormalSpec>
37
+<ReturnType>%String</ReturnType>
38
+</Method>
39
+
40
+<Method name="ImportConfig">
41
42
+<FormalSpec>App:%String,User:%String=$Username,FileName:%String</FormalSpec>
43
44
45
46
<Method name="GetFavorites">
47
<ClassMethod>1</ClassMethod>
48
<ReturnType>%String</ReturnType>
0 commit comments