CMIS Property
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2021 07:20 AM
Is cmis:description property available in latest alfresco?
if yes, then how can I add and get using cmis query?
Labels:
- Labels:
-
Alfresco Content Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2021 10:13 AM
The property cm:description is part of the cm:titled aspect.
It's required to join this aspect to the CMIS Query in order to get properties from a different type/aspect than default.
SELECT T.cm:description FROM cmis:document as D JOIN cm:titled as T on D.cmis:objectId=T.cmis:objectId
Hyland Developer Evangelist
