Resolved! Add New Custom Properties in Custom Model
Hello,I've created custom model with PortCmis and C#, with some custom aspects. Now I want to add some more custom aspects to that model. I've tried something like this:var modelObject = session.GetObject("here-is-custom-model-id");var aspectsTemp = ...