I am working on ALfresco using dotCMIS with Visual Studio 2010. When I try to add a new document the system will accept only few properties like the below ones only.
properties(PropertyIds.ObjectTypeId) = "cmis:document"
properties(PropertyIds.Name) = txtDocTitle.Text
I want to add few more properties like Description, Client Name, DocID and Tag Name. How can I add custom properties on Alfresco using dotCMIS 1.0 for .NET appliction?