Special BAQ constants

This will make the code completion behave.
May help a lot of you.

 //If you want proper intellisense
 var sb = (ISandbox)Sandbox;
 
 string sampleData = sb.IO.File.ReadAllText(sandboxFile);

3 Likes