Unofficial Content
  • This documentation is valid for:

try
{
  KBObject kbo = Artech.Genexus.Common.Wiki.BlobKBObjectHelper.CreateFileObject(model, filename, internalfilename);
  kbo.Save();
}
  catch (System.Exception exception)
{
  output.AddErrorLine(String.Format("Error when saving file {0} in KB. Exception : {1}", filename, exception.Message));
}

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