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.VirtualPathProviderAssembly: CMS.VirtualPathProvider (in CMS.VirtualPathProvider.dll) Version: 13.0.131
Syntax public override VirtualFile GetFile(
string virtualPath
)
Parameters
- virtualPath
- Type: SystemString
Virtual path
Return Value
Type:
VirtualFileSee Also