LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
CmisProperty Struct 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...
 

Detailed Description

specifies a CMIS property.

Member Data Documentation

◆ Choices

any Choices

specifies the possible choices of the values.

◆ Id

string Id

unique ID of the Cmis property

◆ MultiValued

boolean MultiValued

specifies if the property has multiple value

◆ Name

string Name

specifies the display name of the CMIS property.

◆ OpenChoice

boolean OpenChoice

specifies if the property value can be freely set or is restricted from a list of choices.

◆ Required

boolean Required

specifies if the property is required and can not be empty.

◆ Type

string Type

type of the property

◆ Updatable

boolean Updatable

specifies if the property is updatable.

◆ Value

any Value

specifies value of the property


The documentation for this struct was generated from the following file: