DbPathProviderFileExists Method |
Finds whether the file, which is part of given virtual path, exists on the virtual file system or on the normal file system.
Namespace: CMS.VirtualPathProviderAssembly: CMS.VirtualPathProvider (in CMS.VirtualPathProvider.dll) Version: 8.2.23
Syntax public override bool FileExists(
string virtualPath
)
Parameters
- virtualPath
- Type: SystemString
Virtual path
Return Value
Type:
BooleanSee Also