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