Hi, how can I access a batch registration parameter in a C# export script?
For example, I want to pass a URL as a batch parameter, and then use this in my export script to create a new RestClient.
string url = **batch registration parameter here**
var restClient = new RestClient(url);
Thanks in advance.
Comments
1 comment
Hi Andrew,
There are two ways you could do this.
Is the url unique at the batch level or project level. You could also use a project environment variable
Thanks,
Collins
Please sign in to leave a comment.