DbPathProvider.GetFile 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: 10.0.0
Syntaxpublic override VirtualFile GetFile(
string virtualPath
)
Parameters
- virtualPath
- Type: System.String
Virtual path
Return Value
Type:
VirtualFile
See Also