Click or drag to resize
DbPathProviderGetFile Method
This method is used by the compilation system to obtain a VirtualFile instance to work with a given virtual file path.

Namespace: CMS.VirtualPathProvider
Assembly: CMS.VirtualPathProvider (in CMS.VirtualPathProvider.dll) Version: 10.0.0
Syntax
C#
public override VirtualFile GetFile(
	string virtualPath
)

Parameters

virtualPath
Type: SystemString
Virtual path

Return Value

Type: VirtualFile
See Also