This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Returns a hash of the specified virtual paths.

Namespace: Smartsite.AspNet.Bridge
Assembly:  Smartsite.AspNet.Bridge (in Smartsite.AspNet.Bridge.dll)

Syntax

C#Copy imageCopy Code
public override string GetFileHash(
	string virtualPath,
	 virtualPathDependencies
)
Visual Basic (Declaration)Copy imageCopy Code
Public Overrides Function GetFileHash ( _
	virtualPath As , _
	virtualPathDependencies As  _
) As 

Parameters

virtualPath
String
The path to the primary virtual resource.
virtualPathDependencies
IEnumerable
An array of paths to other virtual resources required by the primary virtual resource.

Return Value

A hash of the specified virtual paths.

See Also

Advanced