This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
developer:soap-1.3:methods:runbatchupload [2010/08/10 12:31] irina |
developer:soap-1.3:methods:runbatchupload [2010/10/05 14:42] irina |
||
---|---|---|---|
Line 58: | Line 58: | ||
</code> | </code> | ||
+ | ==== .NET VB ==== | ||
+ | <code vb> | ||
+ | Dim uploadrefnum As String | ||
+ | uploadrefnum = "1169" | ||
+ | Dim res As Boolean | ||
+ | res = client.runBatchUpload(token, uploadrefnum) | ||
+ | MsgBox(res) | ||
+ | |||
+ | </code> | ||
==== .NET C# ==== | ==== .NET C# ==== |