Article Details
Id:20670
Product:finPOWER Connect
Type:NEW
Version:4.00.03
Opened:29/08/2023
Closed:30/08/2023
Released:27/09/2023
Job: J031910

finResource Business Layer object; New Load methods

The finResource object now includes two new Load methods:

  • LoadResourceFromByteArray(fileData As Byte(), filename As String)
  • LoadResourceFromBase64String(base64String As String, filename As String)

These methods allow a resource to be loaded from a byte array or a base64 string, respectively.