Click or drag to resize
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.VirtualPathProvider
Assembly: CMS.VirtualPathProvider (in CMS.VirtualPathProvider.dll) Version: 10.0.0
Syntax
C#
public override bool FileExists(
	string virtualPath
)

Parameters

virtualPath
Type: SystemString
Virtual path

Return Value

Type: Boolean
See Also