We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd7aeb commit 319bb10Copy full SHA for 319bb10
1 file changed
MDX2JSON/Installer.cls.xml
@@ -344,6 +344,7 @@ Revokes all access of _PUBLIC user to everything in comma-separated list of name
344
<Description>
345
Returns comma-separated list of all local availible namespaces</Description>
346
<ClassMethod>1</ClassMethod>
347
+<ReturnType>%String</ReturnType>
348
<Implementation><![CDATA[
349
set st=##class(%CSP.Portal.Utils).%GetNamespaceList(.nsarrary)
350
return:$$$ISERR(st) st
0 commit comments