| 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
Syntaxpublic override string GetFileHash(
	string virtualPath,
	IEnumerable virtualPathDependencies
)
Parameters
- virtualPath
- Type: SystemString
 Virtual path
- virtualPathDependencies
- Type: System.CollectionsIEnumerable
 Path dependencies
Return Value
Type: 
String See Also
See Also