Click or drag to resize
DbPathProviderGetDirectory Method
This method is used by the compilation system to obtain a VirtualDirectory instance to work with a given virtual directory

Namespace: CMS.VirtualPathProvider
Assembly: CMS.VirtualPathProvider (in CMS.VirtualPathProvider.dll) Version: 10.0.0
Syntax
C#
public override VirtualDirectory GetDirectory(
	string virtualDir
)

Parameters

virtualDir
Type: SystemString
Virtual path

Return Value

Type: VirtualDirectory
See Also