BBjAppServer::removeStaticResource
Description
In BBj 12.0 and higher, removes a static resource from the set of available static resources.
Syntax
Return Value |
Method |
---|---|
void |
removeStaticResource(BBjResourceUrl url) |
Parameters
Variable |
Description |
---|---|
url |
The BBjResourceUrl object to remove. |
Return Value
None.
Remarks
None.
Example
|
See Also
BBjAppServer::addApplicationIcon
BBjAppServer::addStaticResource
BBjAppServer::getStaticResources
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.