Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This function calculates the sum of all items which with a specific name in a specific sub tree..

Signature

number nxa.GetItemValuesSum(string, string, number)

Parameters

Name

Type

Mandatory/Optional

Description

rootPath

string

M

The name of the root folder for the search.

item filter

string

M

The filter of the items that shall be included in the calculation

deep

number

M

The max level of the sub tree that shall be included in the calculation

Return

Type

Description

number

Sum of values.

...