:: com :: sun :: star :: document ::

struct CmisProperty

Elements' Summary
Id unique ID of the Cmis property  
Name specifies the display name of the CMIS property.  
Type type of the property  
Updatable specifies if the property is updatable.  
Required specifies if the property is required and can not be empty.  
MultiValued specifies if the property has multiple value  
OpenChoice specifies if the property value can be freely set or is restricted from a list of choices.  
Choices specifies the possible choices of the values.  
Value specifies value of the property  
Elements' Details
Id
string Id;
Description
unique ID of the Cmis property
Name
string Name;
Description
specifies the display name of the CMIS property.
Type
string Type;
Description
type of the property
Updatable
boolean Updatable;
Description
specifies if the property is updatable.
Required
boolean Required;
Description
specifies if the property is required and can not be empty.
MultiValued
boolean MultiValued;
Description
specifies if the property has multiple value
OpenChoice
boolean OpenChoice;
Description
specifies if the property value can be freely set or is restricted from a list of choices.
Choices
any Choices;
Description
specifies the possible choices of the values.
Value
any Value;
Description
specifies value of the property
Top of Page