Revision:%String=""
@@ -176,7 +184,7 @@
1
-InternalName:%String
+InternalName:%String,FullPath:%Boolean=1
%String
Index: svn/Helper.cls.xml
===================================================================
diff -u -r1572 -r1574
--- svn/Helper.cls.xml (.../Helper.cls.xml) (revision 1572)
+++ svn/Helper.cls.xml (.../Helper.cls.xml) (revision 1574)
@@ -41,6 +41,14 @@
%Boolean
+
+%String
+
+
+
+%String
+
+
%ListOfDataTypes
@@ -428,7 +436,7 @@
When customizing this method, override the arguments with whatever variables and types you expect to receive from %New().
For example, if you're going to call %New, passing 2 arguments, %OnNew's signature could be:
Method %OnNew(dob as %Date = "", name as %Name = "") as %Status]]>
-initvalue:%CacheString
+Username:%String="",Password:%String=""
1
1
%Status
@@ -437,6 +445,10 @@
set ..TECHCSPApplicatie = ##class(TECH.CSP.CSPApplicatie).Instance()
if ##class(svn.CompileList).%ExistsId(1) { set ..ToCompile = ##class(svn.CompileList).%OpenId(1) }
else { set ..ToCompile = ##class(svn.CompileList).%New() }
+
+ set ..Username = Username
+ set ..Password = Password
+
Quit $$$OK
]]>