Jump to: navigation, search

Difference between revisions of "SYSCLS OFFLINE AVAILABLE DOCUMENT"


(See also)
(MetaProperties)
 
Line 18: Line 18:
 
! width=30% | Name !! width=20% | Data type !! Comment
 
! width=30% | Name !! width=20% | Data type !! Comment
 
|-
 
|-
| OFFLINE_AVAILABLE|| {{Boolean}} || If this property is true, the document will be downloaded to the client. If it is false, it wont.
+
| OFFLINE_AVAILABLE|| {{Boolean}} || If this property is true or null, the document will be downloaded to the client. If it is false, it wont.
  
 
|}
 
|}
 +
 +
[[Category:2.6.0|SYSCLS OFFLINE AVAILABLE DOCUMENT]]
 +
[[Category:Classifications|SYSCLS OFFLINE AVAILABLE DOCUMENT]]
  
 
== See also ==
 
== See also ==

Latest revision as of 13:09, 30 October 2024

IC CLASSIFICATION.gif Document with configurable offline availability classification object
Name SYSCLS_OFFLINE_AVAILABLE_DOCUMENT
Inheritance Filedocument classification object
Namespace System.Classification.Document
ID {F10A6DB6-73FE-4CF5-87CF-1938CB0FA7C3}
Purpose Classify documents and get the possibility to configure whether they should be downloaded to the client when preparing offline mode.
Version 2.6+

Classifies documents as configurable according their download behaviour. The admin/user gets the possibility to configure whether a certain document must be downloaded to the client when its branch is prepared for offline mode. Every not classified document will be downloaded per definition (default behaviour).


MetaProperties

Name Data type Comment
OFFLINE_AVAILABLE Boolean If this property is true or null, the document will be downloaded to the client. If it is false, it wont.

See also