MetaSource.TotalCount

Syntax

TotalCount: Array;

Description

The TotalCount property determines the number of elements for each model filter.

Comments

Use the setTotalCount method to set the property value, and the getTotalCount method to get the property value. Value cannot be set from JSON.

Parameters of the setTotalCount method:

- value: String. Number of elements.

- filter: PP.Mb.ElsFilter. Filter, to which elements satisfy.

Parameters of the getTotalCount method:

- filter: PP.Mb.ElsFilter. Filter of elements, the number of which must be obtained.

Example

The example of property use is given in description of the MetaSrv.getChildren method.

See also:

MetaSource