Skip to content

Commit 025b092

Browse files
committed
Initial Export/Import config
1 parent 1c60304 commit 025b092

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

MDX2JSON/Users.cls.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,18 @@
3131
]]></Implementation>
3232
</Method>
3333

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+
<ClassMethod>1</ClassMethod>
42+
<FormalSpec>App:%String,User:%String=$Username,FileName:%String</FormalSpec>
43+
<ReturnType>%String</ReturnType>
44+
</Method>
45+
3446
<Method name="GetFavorites">
3547
<ClassMethod>1</ClassMethod>
3648
<ReturnType>%String</ReturnType>

0 commit comments

Comments
 (0)