SFU.getImagePath()
- Last UpdatedJun 25, 2024
- 1 minute read
Use getImagePath() method to include image from the image path for the Image control.
Syntax
SFU.getImagePath(imagePath);
Parameters
|
Parameter |
Description |
|---|---|
|
imagePath |
Path to the image for the Image control. |
Return Value
None
Example
// Include MyLogo.png image for the Image control through the Value script.
return SFU.getImagePath("<BPMUITemplates>/Images/MyLogo.png");