IPackagesSourceFile.Exists Method

Determines whether the source file exists.

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  System.Web.WebPages.Administration.PackageManager
Assembly:  System.Web.WebPages.Administration (in System.Web.WebPages.Administration.dll)

Syntax

'Declaration
Function Exists As Boolean
'Usage
Dim instance As IPackagesSourceFile 
Dim returnValue As Boolean 

returnValue = instance.Exists()
bool Exists()
bool Exists()
abstract Exists : unit -> bool
function Exists() : boolean

Return Value

Type: System.Boolean
true if the source file exists; otherwise, false.

See Also

Reference

IPackagesSourceFile Interface

System.Web.WebPages.Administration.PackageManager Namespace