| 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 | |
|---|---|---|
| AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
| GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
| Name | Description | |
|---|---|---|
| OnGetVirtualDirectory |
Handler to provide custom virtual directories.
| |
| OnGetVirtualFile |
Handler to provide custom virtual files.
|