Prizm Content Connect
OpenFileIfAvailable Method






Name of file to be opened if it exists.
Open an existing file if available or returns null if not.
Syntax
'Declaration
 
Public Function OpenFileIfAvailable( _
   ByVal fileName As System.String _
) As System.IO.Stream
'Usage
 
Dim instance As ResultCache
Dim fileName As System.String
Dim value As System.IO.Stream
 
value = instance.OpenFileIfAvailable(fileName)
public System.IO.Stream OpenFileIfAvailable( 
   System.string fileName
)
public function OpenFileIfAvailable( 
    fileName: System.String
): System.IO.Stream; 
public function OpenFileIfAvailable( 
   fileName : System.String
) : System.IO.Stream;
public: System.IO.Stream* OpenFileIfAvailable( 
   System.string* fileName
) 
public:
System.IO.Stream^ OpenFileIfAvailable( 
   System.String^ fileName
) 

Parameters

fileName
Name of file to be opened if it exists.

Return Value

Data stream for file.
See Also

Reference

ResultCache Class
ResultCache Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback