Difference between revisions of "SYSCLS CHILDINFOOWNER"
| Line 11: | Line 11: | ||
Classifies an object to provide information about the number of child and document objects. The number is previewed on the client without having to pre-load the actual child objects. | Classifies an object to provide information about the number of child and document objects. The number is previewed on the client without having to pre-load the actual child objects. | ||
This classification is an [[AutonomousClassification|Autonomous Classification]] where the defined properties are autonomously added to the MetaDefinitions. | This classification is an [[AutonomousClassification|Autonomous Classification]] where the defined properties are autonomously added to the MetaDefinitions. | ||
| + | |||
| + | [[File:UI_WinX_Child_Info_Count.png|thumb|alt=Child Info Count|Child Info Count]] | ||
== MetaProperties == | == MetaProperties == | ||
| Line 21: | Line 23: | ||
| NONDOCCHILDRENCOUNT|| {{Integer}} || Specifies the number of children (non documents) | | NONDOCCHILDRENCOUNT|| {{Integer}} || Specifies the number of children (non documents) | ||
|} | |} | ||
| + | |||
| + | == Client UI == | ||
| + | On the client, both count numbers are shown at the top right corner of content tiles. | ||
== See also == | == See also == | ||
Revision as of 13:20, 19 May 2017
Classifies an object to provide information about the number of child and document objects. The number is previewed on the client without having to pre-load the actual child objects. This classification is an Autonomous Classification where the defined properties are autonomously added to the MetaDefinitions.
MetaProperties
| Name | Data type | Comment |
|---|---|---|
| DOCCOUNT | Integer | Specifies the number of child documents |
| NONDOCCHILDRENCOUNT | Integer | Specifies the number of children (non documents) |
Client UI
On the client, both count numbers are shown at the top right corner of content tiles.

