Click or drag to resize
DbPathProvider.GetVirtualFile Method
Returns virtual file for the given path.

Namespace: CMS.VirtualPathProvider
Assembly: CMS.VirtualPathProvider (in CMS.VirtualPathProvider.dll) Version: 9.0.0
Syntax
C#
protected virtual VirtualFile GetVirtualFile(
	string virtualPath
)

Parameters

virtualPath
Type: System.String

Return Value

Type: VirtualFile
See Also