Jump to: navigation, search

Difference between revisions of "OFFLINE SYNC LEVEL CLASSIFICATION"


(Created page with "{{ClassificationInfoBox | title = Offline Sync Level Classification | name = {{PAGENAMEE}} | inheritance = - | namespace = System.Classification.Content | purpose = Define the...")
 
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
| inheritance = -
 
| inheritance = -
 
| namespace = System.Classification.Content
 
| namespace = System.Classification.Content
| purpose = Define the depth of children levels  
+
| purpose = Configure the branch donwload behaviour - define the depth of children levels  
 
| version = 4.7+
 
| version = 4.7+
 
| id = {D1E7055D-A967-42CB-A258-1DD503BDA865}
 
| id = {D1E7055D-A967-42CB-A258-1DD503BDA865}
 
}}
 
}}
An object classified by  OFFLINE_SYNC_LEVEL_CLASSIFICATION can be used to download certain amount of children levels instead of infinite levels
+
The download behaviour of an object classified by  OFFLINE_SYNC_LEVEL_CLASSIFICATION can be configured to download certain amount of children levels instead of infinite levels
 
+
 
+
 
+
  
 +
== MetaProperties ==
 +
{| class="wikitable" width=50%
 +
|-
 +
! width=30% | Name !! width=30% | Data type !! Comment
 +
|-
 +
| CHILD_DEPTH|| {{integer}} || configured branch download behaviour. -1 indicates a complete branch download; 0 defines to sync the object itself only (without children); any number > 0 defines the number of child levels to sync
 +
|}
  
  
 
== See also ==
 
== See also ==
 
[[Category:Client|OFFLINE SYNC LEVEL CLASSIFICATION]]
 

Latest revision as of 14:57, 6 March 2024

IC CLASSIFICATION.gif Offline Sync Level Classification
Name OFFLINE_SYNC_LEVEL_CLASSIFICATION
Inheritance -
Namespace System.Classification.Content
ID {D1E7055D-A967-42CB-A258-1DD503BDA865}
Purpose Configure the branch donwload behaviour - define the depth of children levels
Version 4.7+

The download behaviour of an object classified by OFFLINE_SYNC_LEVEL_CLASSIFICATION can be configured to download certain amount of children levels instead of infinite levels

MetaProperties

Name Data type Comment
CHILD_DEPTH Integer configured branch download behaviour. -1 indicates a complete branch download; 0 defines to sync the object itself only (without children); any number > 0 defines the number of child levels to sync


See also