←Select platform

Exists Method

Summary

A default implementation of Exists

Syntax

C#
VB
C++
public Exception Exists( 
   string referencedFile, 
   out bool exists 
) 
Public Function Exists( 
   ByVal referencedFile As String, 
   ByVal exists As System.Boolean& 
) As System.Exception 
public:  
   System::Exception^ Exists( 
      String^ referencedFile, 
      bool&^ exists 
   ) 

Parameters

referencedFile

string

exists

bool

Return Value

Remarks

For more information, see Exists

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly