IOBERONServiceCashRegisterGen2GetWebFile Method |  |
Vráti súbor pre web stránku, tzv. statické mapovanie súborov pre web stránku.
Namespace: Exa.OBERON.ServicesCashRegisterGen2Assembly: Exa.OBERON.ServicesCashRegisterGen2 (in Exa.OBERON.ServicesCashRegisterGen2.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxStream GetWebFile(
string filePath
)
Function GetWebFile (
filePath As String
) As Stream
Dim instance As IOBERONServiceCashRegisterGen2
Dim filePath As String
Dim returnValue As Stream
returnValue = instance.GetWebFile(filePath)
Parameters
- filePath String
Return Value
Stream
See Also