IBuildManager.FileExists Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Retrieves an object factory for the specified virtual path.
Namespace: System.Web.Http.Dispatcher
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Function FileExists ( _
virtualPath As String _
) As Boolean
bool FileExists(
string virtualPath
)
bool FileExists(
String^ virtualPath
)
abstract FileExists :
virtualPath:string -> bool
function FileExists(
virtualPath : String
) : boolean
Parameters
- virtualPath
Type: System.String
The virtual path.
Return Value
Type: System.Boolean
true if file exists; otherwise, false.