documentPermissionVO Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
attributionDescription string element 0/1  
attributionType int element 0/1  
attributionValue string element 0/1  
downloadEnabled boolean element 0/1  
inheritSecurity boolean element 0/1  
securityLevel int element 0/1  
securityVersion boolean element 0/1  
showContent boolean element 0/1  

Example

<documentsecurity>
  <securityVersion>...</securityVersion>
  <attributionType>...</attributionType>
  <attributionDescription>...</attributionDescription>
  <securityLevel>...</securityLevel>
  <showContent>...</showContent>
  <attributionValue>...</attributionValue>
  <downloadEnabled>...</downloadEnabled>
  <inheritSecurity>...</inheritSecurity>
</documentsecurity>