ViewFileUsingVirtualFilePath Method - SmartPlant Foundation - IM Update 44 - Customization & Programming - Hexagon

SmartPlant Foundation Customization

Language
English
Product
SmartPlant Foundation
Search by Category
Customization & Programming
SmartPlant Foundation / SDx Version
10

Inputs

FileOBID – OBID of the file returned by the GetUploadResultLog call.

Outputs

String containing a URL that points to the file in the viewable area on the server.

Dim lstrURL As String = lobjUploadService.ViewFileUsingVirtualFilePath(lblSessionId.Text, lblHasBeenProcessed.Text)

If String.IsNullOrEmpty(lstrURL) = False Then

WebBrowser1.Navigate(lstrURL)

End If