BBjAppServer::getStaticResource
Description
In BBj 16.00 and higher, this method returns an existing defined BBjResourceUrl static resource.
Syntax
Return Value |
Method |
---|---|
getStaticResource(string fileName) |
|
getStaticResource(string fileName, string mimetype) |
Parameters
Variable |
Description |
---|---|
fileName |
The fully-qualified filename. |
mimetype |
The MIME type. |
Return Value
Returns a defined BBjResourceUrl corresponding to the contents of the file at the time it was added to the app server.
Remarks
None.
Example
|
See Also
BBjAppServer::getStaticResources
BBjAppServer::addApplicationIcon
BBjAppServer::addStaticResource
BBjAppServer::removeStaticResource
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.