ViewFileFromFileServer method (WinStudio scripts)
Applies to
Document (file) operations
Description
Displays a selected file on the file server without downloading or importing it.
Syntax
ViewFileFromFileServer( string fileSpec, string
servername, string logicalFolderName, out
string errorMessage )
where:
- fileSpec is the name of the requested file.
- servername is the file server on which the requested file is located.
- logicalFolderName is the name of the logical folder on the file server where the requested file is located.
- errorMessage is the error message to be returned if the requested file cannot be displayed.