cancel
Showing results for 
Search instead for 
Did you mean: 

How to read the custom types properties using DotCMIS APIS

rita_aiyar
Champ in-the-making
Champ in-the-making
Hi,

We have implemented the custom types to the alfresco environment. We have associated a few documents with the custom type. Due to this the additional properties of the type get associated with the document. we have entered the values for these properties manually. We now want to read these properties and display it in our custom dotnet application. We tried using the DotCMIS APIs for the same. We can get the document name and the default properties out using the DotCMIS APIs. However we dont get the custom type properties associated with the document.

Kindly let us know how to get the custom types properties associated with a document using DotCMIS APIs. If DotCMIS APIs dont support it then please guide us on how to implement it.

Regards,
Rita Aiyar
1 REPLY 1

mrogers
Star Contributor
Star Contributor
There should be no problem accessing a property on a custom type.

Perhaps it would help if you clarified your question by stating what version of CMIS you are using (1.0) or (1.1) and your custom alfresco model.    And what property of your custom model you are trying to access.

Also if you have some code showing the relevant query you are using that may help.