The return value can be used as part of the 'src' attribute on an HTML IMG tag, e.g.: src='data:image/gif;base64,XXXXX' where XXXXX is the return value from this method.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| resourceId | String | The Icon's Resource Id. | ||
| size | Integer | Optional | The Icon size. If omitted, a value of 16 is assumed. | |
| overlayResourceId | String | Optional | The Overlay Resource Id if applicable. |
A String value.