BBjAppServer::updateApplicationIcon
Description
In BBj 12.0 and higher, this method updates the contents of the icon given by url to contain the contents of the file given by iconFileName.
Syntax
|
Return Value |
Method |
|---|---|
|
void |
updateApplicationIcon(BBjResourceUrl url, string iconFileName) |
Parameters
|
Variable |
Description |
|---|---|
|
url |
A BBjResourceUrl with MIME type image/* (e.g. image/png). |
|
iconFileName |
The file containing the new contents for the given icon. |
Return Value
None.
Remarks
When this method returns, BBjResourceUrl::getAppUrl will have changed. Uses of this string outside the BBjAppServer classes will require updating with the new URL value.
Example
|
See Also
BBjAppServer::addApplicationIcon
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.