IOBERONServiceSystem_ApiDocumentation_Swagger_GetFile Method |  |
Metóda pre načítanie dokumentácie swagger a súborov dokumentácie.
Namespace: Exa.OBERON.ServicesAssembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 5.0.24.0 (5.0.24.0)
SyntaxStream System_ApiDocumentation_Swagger_GetFile(
string filePath
)
Function System_ApiDocumentation_Swagger_GetFile (
filePath As String
) As Stream
Dim instance As IOBERONService
Dim filePath As String
Dim returnValue As Stream
returnValue = instance.System_ApiDocumentation_Swagger_GetFile(filePath)
Parameters
- filePath String
-
Return Value
Stream
See Also