We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6811f75 commit 781ff15Copy full SHA for 781ff15
1 file changed
MDX2JSON/Users.cls.xml
@@ -30,5 +30,28 @@
30
return $lg(Properties("Attributes",App))
31
]]></Implementation>
32
</Method>
33
+
34
+<Method name="GetFavorites">
35
+<ClassMethod>1</ClassMethod>
36
+<ReturnType>%String</ReturnType>
37
+<Implementation><![CDATA[ return 1
38
+]]></Implementation>
39
+</Method>
40
41
+<Method name="AddFavorite">
42
43
+<FormalSpec>Name:%String</FormalSpec>
44
+<ReturnType>%Status</ReturnType>
45
46
47
48
49
+<Method name="RemoveFavorite">
50
51
52
53
54
55
56
</Class>
57
</Export>
0 commit comments