Difference between revisions of "SYSCLS SORTEDITEM"
(4 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
| name = {{PAGENAMEE}} | | name = {{PAGENAMEE}} | ||
| inheritance = - | | inheritance = - | ||
− | | namespace = System.Classification | + | | namespace = System.Classification.Content |
| purpose = Classify content objects to be sorted | | purpose = Classify content objects to be sorted | ||
| version = 2+ | | version = 2+ | ||
| id = {1da5fd30-ca81-40db-b43a-57e914075261} | | id = {1da5fd30-ca81-40db-b43a-57e914075261} | ||
}} | }} | ||
+ | |||
+ | Classify an object for being sorted on the client ascending by the values of the sort criteria. | ||
+ | This classification is an [[AutonomousClassification|Autonomous Classification]] where the defined properties are autonomously added to the ACM/MetaDefinitions. | ||
+ | |||
+ | == MetaProperties == | ||
+ | {| class="wikitable" width=50% | ||
+ | |- | ||
+ | ! width=30% | Name !! width=20% | Data type !! Comment | ||
+ | |- | ||
+ | | GROUPID || {{Integer}} || Main sort criterion | ||
+ | |- | ||
+ | | ORDERID || {{Integer}} || Minor sort criterion (within GROUPID) | ||
+ | |} | ||
[[Category:Classifications|S]] | [[Category:Classifications|S]] |
Latest revision as of 13:21, 15 May 2023
Classify an object for being sorted on the client ascending by the values of the sort criteria. This classification is an Autonomous Classification where the defined properties are autonomously added to the ACM/MetaDefinitions.
MetaProperties
Name | Data type | Comment |
---|---|---|
GROUPID | Integer | Main sort criterion |
ORDERID | Integer | Minor sort criterion (within GROUPID) |