IOBERONCashRegisterServiceGetCashRegisterWebTemplateFile Method |  |
Metóda načíta vzorové súbory funkcií napr. aplikácie kuchynských monitorov.
Namespace: Exa.OBERON.ServicesAssembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 5.0.33.0 (5.0.33.0)
SyntaxStream GetCashRegisterWebTemplateFile(
string templateName
)
Function GetCashRegisterWebTemplateFile (
templateName As String
) As Stream
Dim instance As IOBERONCashRegisterService
Dim templateName As String
Dim returnValue As Stream
returnValue = instance.GetCashRegisterWebTemplateFile(templateName)
Parameters
- templateName String
- Meno vzorového súboru html, javascriptu.
Return Value
Stream
ExampleUrl: http://address:port/templates/{templateName}
See Also