Click or drag to resize
DbPathProviderGetFileHash Method
Gets the file hash for the given virtual file.

Namespace: CMS.VirtualPathProvider
Assembly: CMS.VirtualPathProvider (in CMS.VirtualPathProvider.dll) Version: 10.0.0
Syntax
C#
public 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