Inhaltsverzeichnis

GetSha256

Forms a hash value that helps to compare the previous document.

Syntax:

GetSha256(XPathNodeIterator,NumSubLevels[Optional])

Note: The second optional parameter determines the depth. Possible values are:

  1. Default Value = -1 (All is hashed)
  2. Value > 0 (number of sub levels)

Examples:

1. hashen the header only

GetSha256(/TradeItems, 0)

2nd header + position hash

GetSha256(/TradeItems, 1)