Unofficial Content
  • This documentation is valid for:

using Artech.Genexus.Common; 
using Artech.Genexus.Common.Entities; 
using Artech.Common.Properties; 

[...] 

string GetWebRoot() 
{ 
GxModel gxModel = UIServices.KB.CurrentKB.WorkingModel.GetAs<GxModel>(); 
return PropertyAccessor.GetPropertyValue(gxModel.Environment, Properties.CSHARP.WebRoot); 
} 

Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant