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

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

Parameters

virtualPath
Type: SystemString

Return Value

Type: VirtualFile
See Also