This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets a value that indicates whether a file exists in the virtual file system.
Namespace: Smartsite.AspNet.Bridge
Assembly: Smartsite.AspNet.Bridge (in Smartsite.AspNet.Bridge.dll)
Syntax
C# | Copy Code |
---|---|
public override bool FileExists( string virtualPath ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Overrides Function FileExists ( _ virtualPath As _ ) As |
Parameters
- virtualPath
- String
The path to the virtual file.
Return Value
true if the file exists in the virtual file system; otherwise, false.See Also
CmsPathProvider Class
Smartsite.AspNet.Bridge Namespace