cmis - Read Alfresco custom metadata via OpenCMIS? -


i created new alfresco document, , added custom aspect (exif aspect) it.

how values of metadata via opencmis/dotcmis?

i tried following not show exif metadata (nor presumably custom aspect metadata):

foreach(iproperty property in document.properties) {     if (property.ismultivalued)     {          metadata.add(property.id, property.valuesasstring);     }     else     {          metadata.add(property.id, property.valueasstring);     } } 

you cannot read aspect based properties without using extension gagravarr mentioned until alfresco supports cmis 1.1. of today there no alfresco releases either in enterprise edition or community edition supports cmis 1.1. doubt 4.2 include cmis 1.1 release after will.


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -