Solved
Forum Discussion
JussiPukki
12 months agoContributor
si.WebServerUrlUsedByClient gave an empty string when I tried using it in v8.2.1. As an alternative solution, I ended up creating a system level dashboard parameter to store this info in the framework database. Should work for us as we only copy applications between environments.
- DanielWillis12 months agoValued Contributor
Try this.
Dim harvestFolder As String = BRAPi.Utilities.GetFileShareFolder(si, FileShareFolderTypes.BatchHarvest, Nothing)
Dim serverName = harvestFolder.Split("\")(2)Just grabbed it out of some code lying around but believe it works.
Related Content
- 12 months ago
- 2 years ago
- 2 years ago
- 2 years ago
- 2 years ago