DbPathProvider Class |
Namespace: CMS.VirtualPathProvider
public class DbPathProvider : VirtualPathProvider, IVirtualPathProvider
The DbPathProvider type exposes the following members.
Name | Description | |
---|---|---|
DbPathProvider |
Name | Description | |
---|---|---|
FileExists |
Finds whether the file, which is part of given virtual path, exists on the virtual file system or on the normal file system.
(Overrides VirtualPathProviderFileExists(String).) | |
GetCacheDependency |
Overridden method 'GetCacheDependency()'.
(Overrides VirtualPathProviderGetCacheDependency(String, IEnumerable, DateTime).) | |
GetDirectory |
This method is used by the compilation system to obtain a VirtualDirectory instance to work with a given virtual directory
(Overrides VirtualPathProviderGetDirectory(String).) | |
GetFile |
This method is used by the compilation system to obtain a VirtualFile instance to work with a given virtual file path.
(Overrides VirtualPathProviderGetFile(String).) | |
GetFileHash |
Gets the file hash for the given virtual file.
(Overrides VirtualPathProviderGetFileHash(String, IEnumerable).) | |
GetVirtualDirectory |
Returns virtual directory for the given path.
| |
GetVirtualFile |
Returns virtual file for the given path.
| |
Register |
Register current virtual path provider
|
Name | Description | |
---|---|---|
OnGetVirtualDirectory |
Handler to provide custom virtual directories.
| |
OnGetVirtualFile |
Handler to provide custom virtual files.
|