DbPathProviderGetFileHash Method |
Gets the file hash for the given virtual file.
Namespace: CMS.VirtualPathProviderAssembly: CMS.VirtualPathProvider (in CMS.VirtualPathProvider.dll) Version: 13.0.131
Syntax public override string GetFileHash(
string virtualPath,
IEnumerable virtualPathDependencies
)
Parameters
- virtualPath
- Type: SystemString
Virtual path - virtualPathDependencies
- Type: System.CollectionsIEnumerable
Path dependencies
Return Value
Type:
StringSee Also