Jump to: navigation, search

Difference between revisions of "SYSCLS CHILDINFOOWNER"


m
(See also)
 
(5 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
| title = Childinfo classification object
 
| title = Childinfo classification object
 
| name = {{PAGENAMEE}}
 
| name = {{PAGENAMEE}}
| inheritance = -
+
| inheritance = [[SYSCLS_UPDATEONCHILDCHANGED]] (Version 3+)
| namespace = System.Classification.Presentation
+
| namespace = System.Classification.ChildInfo
 
| purpose = Classify objects as objects providing child and document information
 
| purpose = Classify objects as objects providing child and document information
 
| version = 2.5.1+
 
| version = 2.5.1+
Line 10: Line 10:
  
 
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 autonmously 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 ==
 +
* [[UBIK_WinX_Client_Basics#Child Page]]
 
* [[SYSCLS_TEXTDOCUMENT]]
 
* [[SYSCLS_TEXTDOCUMENT]]
 
{{Category/Version|2.5.1}}
 
{{Category/Version|2.5.1}}

Latest revision as of 11:49, 26 June 2024

IC CLASSIFICATION.gif Childinfo classification object
Name SYSCLS_CHILDINFOOWNER
Inheritance SYSCLS UPDATEONCHILDCHANGED (Version 3+)
Namespace System.Classification.ChildInfo
ID {AABAF5E1-28D8-4CCC-86FC-C3CC1FA633E2}
Purpose Classify objects as objects providing child and document information
Version 2.5.1+

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.

Child Info Count
Child Info Count

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.

See also