We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Method to assign a resource from the Four51 shared resource feature.
internal static Variable SharedResource(object variable, object sharedPath) { try { return SharedUNCPath + (string)sharedPath + "\\" + resource; } catch (Pageflex.Scripting.Exceptions.VariableNotFoundException ex) { throw new Four51ActionsException(ex.Message); } }