Jump to: navigation, search

Difference between revisions of "SYSCLS DOCUMENTOWNER"


 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{ReleaseStatus/Discontinued|''→ Replaced by [[SYSCLS_CHILDINFOOWNER]]''}}
 +
 
{{ClassificationInfoBox
 
{{ClassificationInfoBox
 
| title = Document owner classification
 
| title = Document owner classification
 
| name = {{PAGENAMEE}}
 
| name = {{PAGENAMEE}}
 
| inheritance = -
 
| inheritance = -
| namespace = System.Classification
+
| namespace = System.Classification.Content
 
| purpose = Classify objects as a document owner
 
| purpose = Classify objects as a document owner
 
| version = 2.4.3+
 
| version = 2.4.3+
Line 18: Line 20:
 
| DOCCOUNT|| {{Integer}} || Specifies the number of child documents
 
| DOCCOUNT|| {{Integer}} || Specifies the number of child documents
 
|}
 
|}
 +
 +
== See also ==
 +
* [[SYSCLS_TEXTDOCUMENT]]
  
 
[[Category:Classifications|D]]
 
[[Category:Classifications|D]]
[[Category:Document|D]]
+
[[Category:Document|SYSCLS_DOCUMENTOWNER]]

Latest revision as of 09:00, 30 October 2015

IC ReleaseStatus Beta.png
This feature has been discontinued. Please Contact us if you need more information.
→ Replaced by SYSCLS CHILDINFOOWNER


IC CLASSIFICATION.gif Document owner classification
Name SYSCLS_DOCUMENTOWNER
Inheritance -
Namespace System.Classification.Content
ID {AABAF5E1-28D8-4CCC-86FC-C3CC1FA633E2}
Purpose Classify objects as a document owner
Version 2.4.3+

Classifies an object as document owner and allows these objects to preview the number of their child documents on the client without the need to pre-load these child document.

MetaProperties

Name Data type Comment
DOCCOUNT Integer Specifies the number of child documents

See also