Description

Returns Hash or hash value of the object.

Return Type

A Boolean value.   A String with value of the Hash for the object.
Failure Returns vbNullString..

Failure conditions:
Implementation defined.

Syntax

object.NodeGetHash (sDisplayName, pOverridden, pdatanodesCaller, plNodesLeft, pdbnode, sFileFolderPath, psHash)

The NodeGetHash Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDataHandler.
sDisplayNameRequired. A String value.
pOverriddenRequired. An IUnknown object.
pdatanodesCallerRequired. A McDataNodes object.
plNodesLeftRequired. A Long value.
pdbnodeRequired. A McDBNode object. The given McDBNode. sFileFolderPath : The file path which may be used when the pdbnode has a relative file reference.
sFileFolderPathRequired. A String value.
psHashRequired. A String value.

Remarks

This may be used for differencing, caching, dirty flag, optimization,...