| 
    LibreOffice
    
   LibreOffice 24.2 SDK API Reference 
   | 
 
specifies a CMIS property. More...
import"CmisProperty.idl";
Public Attributes | |
| string | Id | 
| unique ID of the Cmis property  More... | |
| string | Name | 
| specifies the display name of the CMIS property.  More... | |
| string | Type | 
| type of the property  More... | |
| boolean | Updatable | 
| specifies if the property is updatable.  More... | |
| boolean | Required | 
| specifies if the property is required and can not be empty.  More... | |
| boolean | MultiValued | 
| specifies if the property has multiple value  More... | |
| boolean | OpenChoice | 
| specifies if the property value can be freely set or is restricted from a list of choices.  More... | |
| any | Choices | 
| specifies the possible choices of the values.  More... | |
| any | Value | 
| specifies value of the property  More... | |
specifies a CMIS property.
| any Choices | 
specifies the possible choices of the values.
| string Id | 
unique ID of the Cmis property
| boolean MultiValued | 
specifies if the property has multiple value
| string Name | 
specifies the display name of the CMIS property.
| boolean OpenChoice | 
specifies if the property value can be freely set or is restricted from a list of choices.
| boolean Required | 
specifies if the property is required and can not be empty.
| string Type | 
type of the property
| boolean Updatable | 
specifies if the property is updatable.
| any Value | 
specifies value of the property
 1.8.14